summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 127f9ef964f8..9cf805637661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,12 +31,11 @@ validpgpkeys=()
build() {
pip install colorama
- pip install pkgbuilder
+ pip install pkgbuilder
}
-
package() {
cd faur
- chmod +x faur
- cp faur /usr/local/bin
+ chmod +x faur
+ cp faur /usr/bin
}