mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
syslinux: move manpages to /usr/share/man, bumprev.
--HG-- extra : convert_revision : 648eb1403f1ed6e96c3244a35bf9f0fb65878418
This commit is contained in:
parent
5f4c875f9c
commit
7e790d2d62
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'syslinux'
|
# Template file for 'syslinux'
|
||||||
pkgname=syslinux
|
pkgname=syslinux
|
||||||
version=3.83
|
version=3.83
|
||||||
|
revision=1
|
||||||
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version"
|
make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version"
|
||||||
|
@ -23,3 +24,8 @@ pre_build()
|
||||||
# Disable this file which causes an error.
|
# Disable this file which causes an error.
|
||||||
sed -i -e 's|win32/syslinux.exe||g' $wrksrc/Makefile
|
sed -i -e 's|win32/syslinux.exe||g' $wrksrc/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue