summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2018-11-10 04:07:19 -0800
committerMike Swanson2018-11-10 04:07:19 -0800
commit6cb636ec5b1ad334f6aac9ef4254aabf71fb0545 (patch)
tree2380351e770af9de0a1b894a73334778858492cd
parent0d6691f5755dc784fec005e906c8674a645b55fc (diff)
downloadaur-6cb636ec5b1ad334f6aac9ef4254aabf71fb0545.tar.gz
Mark helper scripts as executable, should allow external browser use
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20b434b5566b..46e3895301f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 27 08:24:36 UTC 2018
+# Sat Nov 10 12:07:07 UTC 2018
pkgbase = firestorm-bin
pkgdesc = Firestorm is a feature-packed third-party viewer for Second Life.
pkgver = 5.1.7.55786
- pkgrel = 1
+ pkgrel = 2
url = http://www.firestormviewer.org/
install = firestorm.install
arch = x86_64
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 \