mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +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
|
|
@ -20,7 +20,7 @@ src_install() {
|
|||
mkdir -p "${DESTDIR}${PREFIX}"/share/automake-1.6/Automake
|
||||
cp lib/Automake/*.pm "${DESTDIR}${PREFIX}"/share/automake-1.6/Automake/
|
||||
|
||||
install aclocal "${DESTDIR}${PREFIX}"/bin/aclocal-1.6
|
||||
install -D aclocal "${DESTDIR}${PREFIX}"/bin/aclocal-1.6
|
||||
mkdir -p "${DESTDIR}${PREFIX}"/share/aclocal-1.6
|
||||
cp -r m4/*.m4 "${DESTDIR}${PREFIX}"/share/aclocal-1.6/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue