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 ef7987c31487..32d7a38fe4e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,6 @@ depends=('binutils' 'pacman')
source=($pkgname-$pkgver.sh)
md5sums=('ee683c467e4881736ed60a15ebbcc7a5')
-build() {
+package() {
install -Dm755 $pkgname-$pkgver.sh "${pkgdir}"/usr/bin/$pkgname
}