mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Fix various things to use ${DESTDIR}
This commit is contained in:
parent
016b9511d2
commit
b8ef19150c
28 changed files with 46 additions and 36 deletions
|
|
@ -14,7 +14,7 @@ src_compile() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
install autoconf ${DESTDIR}${PREFIX}/bin/autoconf-2.52
|
||||
install -D autoconf ${DESTDIR}${PREFIX}/bin/autoconf-2.52
|
||||
mkdir -p ${DESTDIR}${PREFIX}/share/autoconf-2.52
|
||||
cp -r *.m4* ${DESTDIR}${PREFIX}/share/autoconf-2.52/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue