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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sun May 4 01:02:09 UTC 2014


    Date: Sunday, May 4, 2014 @ 03:02:08
  Author: svenstaro
Revision: 110587

upgpkg: warsow-data 1.5-2

Fix permissions

Modified:
  warsow-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-04 00:57:11 UTC (rev 110586)
+++ PKGBUILD	2014-05-04 01:02:08 UTC (rev 110587)
@@ -6,7 +6,7 @@
 
 pkgname=warsow-data
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine (data files)"
 url="http://www.warsow.net/"
 license=('custom:Warsow Content License')
@@ -20,6 +20,8 @@
 
     # Move Data to Destination Directory
     cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
+    find $pkgdir/opt/warsow -type d | xargs chmod 755
+    find $pkgdir/opt/warsow -type f | xargs chmod 644
 
     # Install Custom License: Warsow Content License
     install -Dm0644 warsow_15/docs/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt




More information about the arch-commits mailing list