summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Wittenborn2021-05-25 02:12:02 -0500
committerHunter Wittenborn2021-05-25 02:12:02 -0500
commit3e8ed367993fcbaa7a211eee44c47eee78a64c31 (patch)
treeb550847ed4037ff9ecb4a733360b982d25b79c1f
parent73d2a61f65cd2a1569f72e8f6e0b038eb7f4cf9c (diff)
downloadaur-3e8ed367993fcbaa7a211eee44c47eee78a64c31.tar.gz
Attempted to fix permission issue
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d9d459410ef..5675f8afe9c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=bootstrap-studio
pkgver=5.6.2
-pkgrel=4
+pkgrel=5
pkgdesc="Bootstrap Studio is a powerful tool which web developers and designers use to create layouts and fully functional websites using the Bootstrap framework."
arch=("x86_64")
license=("custom")
@@ -28,7 +28,7 @@ package() {
mkdir -p "${pkgdir}/opt/bootstrap-studio"
cp -Lr "${srcdir}/squashfs-root" "${pkgdir}/opt/bootstrap-studio"
# Set perms
- chmod a+r "${pkgdir}/opt/bootstrap-studio" -R
+ chmod a+rx "${pkgdir}/opt/bootstrap-studio/" -R
# Add package to /usr/bin/
mkdir -p "${pkgdir}/usr/bin"