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

Jelle van der Waa jelle at nymeria.archlinux.org
Tue Feb 19 20:57:54 UTC 2013


    Date: Tuesday, February 19, 2013 @ 21:57:54
  Author: jelle
Revision: 84553

upgpkg: mupen64plus 1.99.5-4

fix man page location

Modified:
  mupen64plus/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 20:43:01 UTC (rev 84552)
+++ PKGBUILD	2013-02-19 20:57:54 UTC (rev 84553)
@@ -7,7 +7,7 @@
 
 pkgname=mupen64plus
 pkgver=1.99.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Nintendo64 Emulator'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/mupen64plus/'
@@ -27,7 +27,7 @@
   cd mupen64plus-bundle-src-$pkgver
   
   # set LDCONFIG since we are using fakeroot and scripts run root commands by checking the uid
-  ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man/man6' LDCONFIG='true'
+  ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man' LDCONFIG='true'
 }
 
 # vim: ts=2:sw=2:et




More information about the arch-commits mailing list