syslinux: remove keytab-lilo
This commit is contained in:
parent
d7fdde0a06
commit
e9d6725594
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'syslinux'
|
||||
pkgname=syslinux
|
||||
version=6.03
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="perl python nasm"
|
||||
makedepends="gnu-efi-libs libuuid-devel"
|
||||
short_desc="A boot loader for the Linux operating system"
|
||||
|
@ -37,4 +37,6 @@ do_install() {
|
|||
# Remove completely development stuff.
|
||||
rm -r ${DESTDIR}/usr/share/syslinux/com32/include
|
||||
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
Block a user