summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAzat Abdullin2017-06-24 11:35:24 +0000
committerAzat Abdullin2017-06-24 11:35:24 +0000
commit8733f837dc5f72e706d51e58da6fb8c86bb11d88 (patch)
treeecc437c67effea0942c884b88da5cc48996c1670 /PKGBUILD
parent4eb58212e8aa3ee8eba1cf07a1d63ab75f6957d8 (diff)
downloadaur-8733f837dc5f72e706d51e58da6fb8c86bb11d88.tar.gz
moar fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04bd70b26900..74de824a580f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=xxoff-phonepi
pkgver=1
-pkgrel=5
+pkgrel=6
pkgdesc="Shutdown application for PhonePi project"
url="https://github.com/PhonePi"
arch=("i686" "x86_64" "armv6h")
@@ -18,5 +18,5 @@ build() {
package() {
cd "$srcdir/phonepi/src/XXoff"
- make DESTDIR=$pkgdir install
+ install -Dm755 "./xxoff" "$pkgdir/usr/bin/xxoff"
}