mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 03:56:32 +01:00
fix(bzip2): install artifacts to both /usr and bootstrap-seeds
This commit is contained in:
parent
f2a151e96b
commit
6dfc8d5c85
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
SEED_PREFIX="/bootstrap-seeds/bzip2-1.0.6"
|
SEED_PREFIX="/bootstrap-seeds/bzip2-1.0.6"
|
||||||
|
SYSTEM_PREFIX="/usr"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
:
|
:
|
||||||
|
|
@ -11,5 +12,6 @@ src_compile() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
make PREFIX="${SYSTEM_PREFIX}" DESTDIR="${DESTDIR}" install
|
||||||
make PREFIX="${SEED_PREFIX}" DESTDIR="${DESTDIR}" install
|
make PREFIX="${SEED_PREFIX}" DESTDIR="${DESTDIR}" install
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue