diff options
author | chabad360 | 2020-01-08 19:42:54 +0000 |
---|---|---|
committer | chabad360 | 2020-01-08 19:42:54 +0000 |
commit | 98427d4af31ec45c6103ceb1ac9eedd8e5e2dfb4 (patch) | |
tree | 25751988ff8335e7c5b7322fdf0d787d3ca36147 | |
parent | 0597ff4bbdec7153e6c1fde9cdbda0440312b9eb (diff) | |
download | aur-98427d4af31ec45c6103ceb1ac9eedd8e5e2dfb4.tar.gz |
fix permission issue
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ package() { chmod -R 644 ./* install -d "${pkgdir}/usr/share/gnome-shell/extensions/" cp -r "argos@pew.worldwidemann.com/" "${pkgdir}/usr/share/gnome-shell/extensions/" - chmod -R 644 "${pkgdir}/usr/share/gnome-shell/extensions/argos@pew.worldwidemann.com/" + chmod -R 755 "${pkgdir}/usr/share/gnome-shell/extensions/argos@pew.worldwidemann.com/" } if [ -z "$install" ]; then |