lilo: move to usr/bin.
This commit is contained in:
parent
43cc99ef0d
commit
a48c6023ef
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lilo'
|
# Template file for 'lilo'
|
||||||
pkgname=lilo
|
pkgname=lilo
|
||||||
version=24.1
|
version=24.1
|
||||||
revision=6
|
revision=7
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
hostmakedepends="bin86"
|
hostmakedepends="bin86"
|
||||||
makedepends="device-mapper-devel"
|
makedepends="device-mapper-devel"
|
||||||
|
@ -24,8 +24,10 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
vmkdir usr/bin
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/sbin
|
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||||
|
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
||||||
|
|
||||||
rm ${DESTDIR}/etc/lilo.conf_example
|
rm ${DESTDIR}/etc/lilo.conf_example
|
||||||
for file in sample/*.conf; do
|
for file in sample/*.conf; do
|
||||||
|
|
Loading…
Reference in New Issue