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

Laurent Carlier lcarlier at nymeria.archlinux.org
Sat Jan 25 18:55:31 UTC 2014


    Date: Saturday, January 25, 2014 @ 19:55:30
  Author: lcarlier
Revision: 104767

upgpkg: pingus 0.7.6-11

Fix manpage location (FS#38658)

Modified:
  pingus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-25 18:55:29 UTC (rev 104766)
+++ PKGBUILD	2014-01-25 18:55:30 UTC (rev 104767)
@@ -3,7 +3,7 @@
 
 pkgname=pingus
 pkgver=0.7.6
-pkgrel=10
+pkgrel=11
 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
 arch=('i686' 'x86_64')
 url="http://pingus.seul.org"
@@ -23,6 +23,8 @@
   # fedora patch to fix error due to new standards
   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
   patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+  # manpage must be in man6, not man1
+  sed -i "s#/man1/#/man6/#g" Makefile
 
   scons prefix=/usr
 }




More information about the arch-commits mailing list