lilo: remove unexistent conf_file; enable x86/musl; simplify.
This commit is contained in:
parent
2fa33c8ba1
commit
464122596d
1 changed files with 3 additions and 6 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue