diff options
Diffstat (limited to 'community/mupen64plus')
-rw-r--r-- | community/mupen64plus/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mupen64plus/PKGBUILD b/community/mupen64plus/PKGBUILD index 5b3dca8af..a2f86d0f8 100644 --- a/community/mupen64plus/PKGBUILD +++ b/community/mupen64plus/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 35335 2010-12-18 23:49:02Z svenstaro $ +# $Id: PKGBUILD 50291 2011-06-27 20:35:36Z jelle $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Laurent Carlier <lordheavym@gmail.com> @@ -7,7 +7,7 @@ pkgname=mupen64plus pkgver=1.99.4 -pkgrel=1 +pkgrel=2 pkgdesc='Nintendo64 Emulator' arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/mupen64plus/' @@ -26,7 +26,7 @@ package() { 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' LDCONFIG='true' + ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man/man6' LDCONFIG='true' } # vim: ts=2:sw=2:et |