summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5908cb60e4fc..499bda5f7b9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 14:00:57 UTC 2017
+# Sat Jan 7 15:18:29 UTC 2017
pkgbase = wakfu-transition
pkgdesc = A turn-based tactical Massively Multiplayer Online Role-playing Game (MMORPG) written in Java/OpenGL.
pkgver = 1.38
- pkgrel = 4
+ pkgrel = 5
url = http://www.wakfu.com/
install = wakfu.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 55276bcdb5eb..64b63dc66507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: raingloom <raingloom42@gmail.com>
pkgname=wakfu-transition
pkgver=1.38
-pkgrel=4
+pkgrel=5
pkgdesc="A turn-based tactical Massively Multiplayer Online Role-playing Game (MMORPG) written in Java/OpenGL."
arch=('i686' 'x86_64')
url="http://www.wakfu.com/"
@@ -44,10 +44,8 @@ package() {
msg2 'Installing main application'
_installdir="opt/ankama/wakfu"
install -d "$pkgdir/$_installdir"
- cp -ar game "$pkgdir/$_installdir"
+ cp -a game "$pkgdir/$_installdir"
install -m644 transition.conf "$pkgdir/$_installdir"
ln -s /opt/ankama/transition "$pkgdir/$_installdir"
- chgrp -R games "$pkgdir/$_installdir"
- chmod -R g+w "$pkgdir/$_installdir"
}
# vim:set ts=2 sw=2 et: