summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormalacology2021-05-27 13:31:38 +0800
committermalacology2021-05-27 13:31:38 +0800
commit7999e028c5f57e1840a94cce3771c6914ff5a0e6 (patch)
tree19a8ee4453073083ff5ebe608a5c3cda12bd8763 /PKGBUILD
parent7d41ab9831a6c0a8a1ab504436b34ae0ee80b73f (diff)
downloadaur-tempest-bin.tar.gz
update /usr/bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 000730e7fb19..f4b962a1c330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ package() {
install -dm755 "$pkgdir"/usr/{bin,share/{applications,tempest}}
install -m 755 ${srcdir}/*.desktop ${pkgdir}/usr/share/applications
mv ${srcdir}/TempEst_v${pkgver}/* ${pkgdir}/usr/share/tempest
- chmod +x /usr/share/tempest/bin/tempest
+ chmod +x ${pkgdir}/usr/share/tempest/bin/tempest
ln -s /usr/share/tempest/bin/tempest ${pkgdir}/usr/bin/tempest
}