summaryrefslogtreecommitdiff
path: root/mpup/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2016-04-12 16:44:15 +0200
committerJose V Beneyto <sepen@crux.nu>2016-04-12 16:59:55 +0200
commitb5185ef414274bfd0b2135758918edaf3ddba612 (patch)
treeb585833537eb65816a2314aca150522543fa7958 /mpup/Pkgfile
parent1a8225558ae6e16e5777556f50ca1c41b8a5f3f5 (diff)
downloadopt-b5185ef414274bfd0b2135758918edaf3ddba612.tar.gz
opt-b5185ef414274bfd0b2135758918edaf3ddba612.tar.xz
mpup: fixed mandir location
Diffstat (limited to 'mpup/Pkgfile')
-rw-r--r--mpup/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpup/Pkgfile b/mpup/Pkgfile
index b4a3f1519..27e2a00b4 100644
--- a/mpup/Pkgfile
+++ b/mpup/Pkgfile
@@ -6,12 +6,12 @@
name=mpup
version=2.0
-release=1
+release=2
source=(http://sepen.mooo.com/releases/$name-$version.tar.xz)
build() {
cd $name-$version
- make DESTDIR=$PKG install
+ make DESTDIR=$PKG MANDIR=/usr/share/man install
}

Generated by cgit