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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed Mar 26 06:48:50 UTC 2014


    Date: Wednesday, March 26, 2014 @ 07:48:50
  Author: svenstaro
Revision: 108283

upgpkg: spring-kp 4.6-2

Fix FS#39588

Modified:
  spring-kp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-26 05:52:44 UTC (rev 108282)
+++ PKGBUILD	2014-03-26 06:48:50 UTC (rev 108283)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=spring-kp
 pkgver=4.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Kernel Panic is a mod about computers. Bits and bytes wage war in a matrix of DOOM! The only resources are time and space, there is no metal or energy economy in KP."
 arch=(any)
 url="http://springrts.com/wiki/Kernel_Panic"
@@ -13,9 +13,9 @@
 
 package() {
   mkdir -p $pkgdir/usr/share/spring/maps
-  mkdir -p $pkgdir/usr/share/spring/mods
+  mkdir -p $pkgdir/usr/share/spring/games
   cp -r $srcdir/maps/* $pkgdir/usr/share/spring/maps/
-  cp -r $srcdir/games/* $pkgdir/usr/share/spring/mods/
+  cp -r $srcdir/games/* $pkgdir/usr/share/spring/games/
   install -Dm644 $srcdir/Kernel_Panic_readme.txt $pkgdir/usr/share/doc/$pkgname/README
 }
 




More information about the arch-commits mailing list