summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5c61e93b128..ffd59081598c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,6 @@ build() {
package() {
cd "$_pkgname/build"
- ls -al
+
install -Dm755 $_pkgname "$pkgdir/usr/bin/$_pkgname"
}