summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordeviantfero2024-02-19 18:46:24 +0700
committerdeviantfero2024-02-19 18:46:24 +0700
commit8ec78cd854967802de43f38961cdff51b9255342 (patch)
treea229b6c09cd2e98a6234361c4b84587a2f52d712 /PKGBUILD
parentd87c32dea95abfd5f6ab9af71ebe27d0efb10bb6 (diff)
downloadaur-wpgtk.tar.gz
use correct permissions for install scripts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecf046ed522b..b55e13aa8c66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,6 @@ package() {
install -Dm644 ../wpgtk.png "$pkgdir/usr/share/pixmaps/wpgtk.png"
install -Dm644 completions/bash/wpg "$pkgdir/usr/share/bash-completion/wpg"
install -Dm644 completions/zsh/_wpg "$pkgdir/usr/share/zsh/site-functions/_wpg"
- install -Dm644 wpgtk/misc/wpg-install.sh "$pkgdir/usr/bin/wpg-install.sh"
+ install -Dm655 wpgtk/misc/wpg-install.sh "$pkgdir/usr/bin/wpg-install.sh"
}