[arch-commits] Commit in warsow/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Sun May 4 00:56:25 UTC 2014
Date: Sunday, May 4, 2014 @ 02:56:25
Author: svenstaro
Revision: 110585
upgpkg: warsow 1.5-3
Fix permissions
Modified:
warsow/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-04 00:31:15 UTC (rev 110584)
+++ PKGBUILD 2014-05-04 00:56:25 UTC (rev 110585)
@@ -6,7 +6,7 @@
pkgname=warsow
pkgver=1.5
-pkgrel=2
+pkgrel=3
pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine"
url="http://www.warsow.net/"
license=('GPL')
@@ -43,7 +43,8 @@
# Move Compiled Data to Destination Directory
cp -r release/* $pkgdir/opt/warsow
- find $pkgdir/opt/warsow -type f | xargs chmod 755
+ find $pkgdir/opt/warsow -type d | xargs chmod 755
+ find $pkgdir/opt/warsow -type f | xargs chmod 755 # only executable files in there
install -D -m 0755 $srcdir/warsow.launcher $pkgdir/usr/bin/warsow
install -D -m 0755 $srcdir/wsw-server.launcher $pkgdir/usr/bin/wsw-server
More information about the arch-commits
mailing list