lilo: remove unexistent conf_file; enable x86/musl; simplify.

This commit is contained in:
Juan RP 2015-04-26 12:08:47 +02:00
parent 2fa33c8ba1
commit 464122596d

View file

@ -1,11 +1,10 @@
# Template file for 'lilo' # Template file for 'lilo'
pkgname=lilo pkgname=lilo
version=24.1 version=24.1
revision=5 revision=6
only_for_archs="i686 x86_64" only_for_archs="i686 i686-musl x86_64 x86_64-musl"
hostmakedepends="bin86" hostmakedepends="bin86"
makedepends="device-mapper-devel" makedepends="device-mapper-devel"
conf_files="/etc/lilo.conf"
short_desc="Standard Linux boot loader" short_desc="Standard Linux boot loader"
maintainer="Sören Tempel <soeren+void@soeren-tempel.net>" maintainer="Sören Tempel <soeren+void@soeren-tempel.net>"
homepage="https://alioth.debian.org/projects/lilo/" homepage="https://alioth.debian.org/projects/lilo/"
@ -19,11 +18,9 @@ pre_build() {
-e '/images install/d' \ -e '/images install/d' \
-e '/images all/d' -e '/images all/d'
} }
do_build() { do_build() {
# LILO needs LC_ALL=C # LILO needs LC_ALL=C
export LC_ALL=C LC_ALL=C make CC=${CC} ${makejobs} all
make CC=${CC} ${makejobs} all
} }
do_install() { do_install() {