summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Retornaz2017-06-19 17:32:25 +0200
committerQuentin Retornaz2017-06-19 17:32:25 +0200
commit87b04f6c5bf192b563d671af2dabb1df3e8b6373 (patch)
treece84feb4b078a3af91a194329c246457551eb241
parentf36946acf6d0702453bd044bbf65ccb3fa5c7680 (diff)
downloadaur-87b04f6c5bf192b563d671af2dabb1df3e8b6373.tar.gz
fix launcher
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7817345aaa8f..eb865dec40e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jun 19 14:09:11 UTC 2017
+# Mon Jun 19 15:32:04 UTC 2017
pkgbase = firewatch-gog
pkgdesc = Firewatch is a single-player first-person mystery set in the Wyoming wilderness.
pkgver = 1.06_2.4.0.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.redbarrelsgames.com/
arch = x86_64
license = custom: commercial
diff --git a/PKGBUILD b/PKGBUILD
index e7e6b40574ac..1d06580702e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=firewatch-gog
pkgver=1.06_2.4.0.5
_gogver=2.4.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Firewatch is a single-player first-person mystery set in the Wyoming wilderness."
arch=('x86_64')
url="http://www.redbarrelsgames.com/"
@@ -23,7 +23,7 @@ package() {
# Install Binaries/Launchers
mkdir -p "${pkgdir}/usr/bin"
- ln -s "/opt/firewatch/game/fw.${CARCH}" \
+ ln -s "/opt/firewatch/start.sh" \
"${pkgdir}/usr/bin/firewatch"
# Desktop Integration
@@ -35,5 +35,6 @@ package() {
# Permissions
find "${pkgdir}/opt/firewatch" -type d -exec chmod 755 {} \;
find "${pkgdir}/opt/firewatch" -type f -exec chmod 644 {} \;
+ chmod 755 "${pkgdir}/opt/firewatch/start.sh"
chmod 755 "${pkgdir}/opt/firewatch/game/fw.${CARCH}"
}