[arch-commits] Commit in warsow/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sun May 4 00:31:08 UTC 2014


    Date: Sunday, May 4, 2014 @ 02:31:08
  Author: svenstaro
Revision: 110583

upgpkg: warsow 1.5-2

Fix permissions

Modified:
  warsow/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-04 00:03:22 UTC (rev 110582)
+++ PKGBUILD	2014-05-04 00:31:08 UTC (rev 110583)
@@ -6,7 +6,7 @@
 
 pkgname=warsow
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine"
 url="http://www.warsow.net/"
 license=('GPL')
@@ -43,6 +43,7 @@
 
   # Move Compiled Data to Destination Directory
   cp -r release/* $pkgdir/opt/warsow
+  find $pkgdir/opt/warsow -type f | xargs chmod 755 
 
   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