mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Fix DESTDIR variable.
This commit is contained in:
parent
a4889dfb9e
commit
952ae49590
1 changed files with 2 additions and 2 deletions
|
|
@ -40,6 +40,6 @@ src_compile() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
install tcc-musl $(DESTDIR)${bindir}
|
install tcc-musl ${DESTDIR}${bindir}
|
||||||
install -m 644 libtcc1.a $(DESTDIR)${libdir}
|
install -m 644 libtcc1.a ${DESTDIR}${libdir}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue