syslinux: remove keytab-lilo
This commit is contained in:
parent
d7fdde0a06
commit
e9d6725594
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'syslinux'
|
# Template file for 'syslinux'
|
||||||
pkgname=syslinux
|
pkgname=syslinux
|
||||||
version=6.03
|
version=6.03
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="perl python nasm"
|
hostmakedepends="perl python nasm"
|
||||||
makedepends="gnu-efi-libs libuuid-devel"
|
makedepends="gnu-efi-libs libuuid-devel"
|
||||||
short_desc="A boot loader for the Linux operating system"
|
short_desc="A boot loader for the Linux operating system"
|
||||||
|
@ -37,4 +37,6 @@ do_install() {
|
||||||
# Remove completely development stuff.
|
# Remove completely development stuff.
|
||||||
rm -r ${DESTDIR}/usr/share/syslinux/com32/include
|
rm -r ${DESTDIR}/usr/share/syslinux/com32/include
|
||||||
rm ${DESTDIR}/usr/share/syslinux/com32/*.a
|
rm ${DESTDIR}/usr/share/syslinux/com32/*.a
|
||||||
|
# Remove keytab-lilo to prevent conflict with LILO
|
||||||
|
rm ${DESTDIR}/usr/bin/keytab-lilo
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue