summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgéballin2023-05-07 00:13:41 +0200
committergéballin2023-05-07 00:13:41 +0200
commit39ed2c184461063d5eb78b204c6abc986385490e (patch)
tree544860bac6d8877c2e45b24cfa13a01f1f04817a /PKGBUILD
parent02c1057284783b089f0a33169f39e9fc1a0e99be (diff)
downloadaur-bwidget.tar.gz
Correcting the permissions before creating the package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc450919fdea..c8baa48b0802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=bwidget
pkgver=1.9.16
-pkgrel=1
+pkgrel=2
pkgdesc="A suite of megawidgets for Tk"
arch=('any')
url="https://wiki.tcl.tk/2251"
@@ -18,4 +18,5 @@ package() {
cd "${srcdir}"
install -d "${pkgdir}"/usr/lib/tcl8.6
cp -r bwidget-$pkgver "${pkgdir}"/usr/lib/tcl8.6/
+ chmod -R 755 "${pkgdir}"/usr/lib/tcl8.6/*
}