summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-08-02 08:41:04 +0100
committerGrey Christoforo2017-08-02 08:41:04 +0100
commitb3aafc809d55f0010fd95fd4da9710b7b2a68b28 (patch)
tree321261a6d7b97e4f1ef5f8159de68e5ddf6bd204
parent61192c7449cf5c3907c586a6ce2a3348c37af639 (diff)
downloadaur-b3aafc809d55f0010fd95fd4da9710b7b2a68b28.tar.gz
chmod g+w on launcher dir
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7de4456c78e..2d807ef6c4fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 29 16:34:09 UTC 2017
+# Wed Aug 2 07:40:39 UTC 2017
pkgbase = albion-online-launcher-bin
pkgdesc = The first true cross-platform Sandbox MMO -- launcher client
pkgver = 1.0.34.162
- pkgrel = 2
+ pkgrel = 3
url = https://albiononline.com/
install = albion-online-launcher-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c0b760b76d16..995b9938429f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=albion-online-launcher-bin
pkgver=1.0.34.162
-pkgrel=2
+pkgrel=3
pkgdesc="The first true cross-platform Sandbox MMO -- launcher client"
url="https://albiononline.com/"
arch=('x86_64')
@@ -46,6 +46,8 @@ package() {
mkdir "${pkgdir}/opt/${pkgname}/game_x64"
chmod 775 "${pkgdir}/opt/${pkgname}/game_x64"
+
+ chmod 775 "${pkgdir}/opt/${pkgname}/launcher"
# link launcher launcher
mkdir -p "${pkgdir}/usr/bin"