summaryrefslogtreecommitdiff
path: root/community/mupen64plus/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mupen64plus/PKGBUILD')
-rw-r--r--community/mupen64plus/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mupen64plus/PKGBUILD b/community/mupen64plus/PKGBUILD
index e9fa43eb7..176980418 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')
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