syslinux: move manpages to /usr/share/man, bumprev.
--HG-- extra : convert_revision : 648eb1403f1ed6e96c3244a35bf9f0fb65878418
This commit is contained in:
parent
5f4c875f9c
commit
7e790d2d62
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue