summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsyui2018-06-14 04:46:53 +0900
committersyui2018-06-14 04:46:53 +0900
commit06dabcd23e6c3b5a90ede5d9c479e4ce226ad8bf (patch)
tree8544e29bb940dd68ede44de118b9c951ff23165e /PKGBUILD
parented74de05689957e79bf754851d68c01c58fecede (diff)
downloadaur-medigo.tar.gz
up
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac7b832f5aaf..8e53f5c67c39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ package() {
mv ../linux_386_$pkgname $pkgname
chmod +x $pkgname
fi
-
+ mkdir -p $pkgdir/usr/bin
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
#sudo install -Dm755 "$pkgdir/usr/bin/$pkgname" /usr/bin
}