mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +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
|
|
@ -17,10 +17,10 @@ src_compile() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
mkdir -p "${PREFIX}"/share/automake-1.6/Automake
|
||||
cp lib/Automake/*.pm "${PREFIX}"/share/automake-1.6/Automake/
|
||||
mkdir -p "${DESTDIR}${PREFIX}"/share/automake-1.6/Automake
|
||||
cp lib/Automake/*.pm "${DESTDIR}${PREFIX}"/share/automake-1.6/Automake/
|
||||
|
||||
install aclocal "${PREFIX}"/bin/aclocal-1.6
|
||||
mkdir -p "${PREFIX}"/share/aclocal-1.6
|
||||
cp -r m4/*.m4 "${PREFIX}"/share/aclocal-1.6/
|
||||
install 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