summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2018-11-10 04:07:19 -0800
committerMike Swanson2018-11-10 04:07:19 -0800
commit6cb636ec5b1ad334f6aac9ef4254aabf71fb0545 (patch)
tree2380351e770af9de0a1b894a73334778858492cd /PKGBUILD
parent0d6691f5755dc784fec005e906c8674a645b55fc (diff)
downloadaur-6cb636ec5b1ad334f6aac9ef4254aabf71fb0545.tar.gz
Mark helper scripts as executable, should allow external browser use
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41b01b128330..749eceeb8b43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=firestorm-bin
pkgver=5.1.7.55786
-pkgrel=1
+pkgrel=2
pkgdesc="Firestorm is a feature-packed third-party viewer for Second Life."
url="http://www.firestormviewer.org/"
license=('GPL')
@@ -47,7 +47,7 @@ package() {
# File modes fix.
find -type d -execdir chmod 755 "{}" \;
find -type f -execdir chmod 644 "{}" \;
- chmod 755 bin/* firestorm
+ chmod 755 bin/* firestorm etc/*
# Install Desktop File
install -D -m644 ../firestorm.desktop \