From 7e790d2d62d1285cb8f729e2db19fe82d48ef4dc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 11 Dec 2009 12:25:01 +0100 Subject: [PATCH] syslinux: move manpages to /usr/share/man, bumprev. --HG-- extra : convert_revision : 648eb1403f1ed6e96c3244a35bf9f0fb65878418 --- srcpkgs/syslinux/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/syslinux/template b/srcpkgs/syslinux/template index 3726aad940f..cecbb981a07 100644 --- a/srcpkgs/syslinux/template +++ b/srcpkgs/syslinux/template @@ -1,6 +1,7 @@ # Template file for 'syslinux' pkgname=syslinux version=3.83 +revision=1 distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.bz2" build_style=gnu_makefile make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version" @@ -23,3 +24,8 @@ pre_build() # Disable this file which causes an error. sed -i -e 's|win32/syslinux.exe||g' $wrksrc/Makefile } + +post_install() +{ + mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share +}