mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 01:35:24 +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
|
|
@ -19,5 +19,5 @@ src_configure() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
AR="tcc -ar" AR_FLAGS="cr" make
|
||||
AR="tcc -ar" AR_FLAGS="cr" make DESTDIR="${DESTDIR}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue