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 +}