lilo: remove unexistent conf_file; enable x86/musl; simplify.
This commit is contained in:
parent
2fa33c8ba1
commit
464122596d
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'lilo'
|
||||
pkgname=lilo
|
||||
version=24.1
|
||||
revision=5
|
||||
only_for_archs="i686 x86_64"
|
||||
revision=6
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
hostmakedepends="bin86"
|
||||
makedepends="device-mapper-devel"
|
||||
conf_files="/etc/lilo.conf"
|
||||
short_desc="Standard Linux boot loader"
|
||||
maintainer="Sören Tempel <soeren+void@soeren-tempel.net>"
|
||||
homepage="https://alioth.debian.org/projects/lilo/"
|
||||
|
@ -19,11 +18,9 @@ pre_build() {
|
|||
-e '/images install/d' \
|
||||
-e '/images all/d'
|
||||
}
|
||||
|
||||
do_build() {
|
||||
# LILO needs LC_ALL=C
|
||||
export LC_ALL=C
|
||||
make CC=${CC} ${makejobs} all
|
||||
LC_ALL=C make CC=${CC} ${makejobs} all
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue