mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Add support for DESTDIR variable in make install.
This commit is contained in:
parent
dcec416d0f
commit
70d1fc4163
60 changed files with 147 additions and 163 deletions
|
|
@ -92,5 +92,5 @@ src_compile() {
|
|||
|
||||
src_install() {
|
||||
mkdir -p "${PREFIX}/lib/musl/gcc/i386-unknown-linux-gnu/4.0.4/install-tools/include"
|
||||
make -C build/gcc install STMP_FIXINC=
|
||||
make -C build/gcc install STMP_FIXINC= DESTDIR="${DESTDIR}"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,5 +87,5 @@ src_compile() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
make -C build/gcc install STMP_FIXINC=
|
||||
make -C build/gcc install STMP_FIXINC= DESTDIR="${DESTDIR}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue