mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
sysa: remove conflicting, unversioned automake and aclocal binaries
This commit is contained in:
parent
a8ea576eee
commit
db190e020b
2 changed files with 4 additions and 0 deletions
|
|
@ -22,4 +22,6 @@ src_compile() {
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
make install MAKEINFO=true DESTDIR="${DESTDIR}"
|
make install MAKEINFO=true DESTDIR="${DESTDIR}"
|
||||||
|
rm "${DESTDIR}${PREFIX}/bin/automake"
|
||||||
|
rm "${DESTDIR}${PREFIX}/bin/aclocal"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,4 +25,6 @@ src_install() {
|
||||||
rm -rf "${PREFIX}"/share/aclocal-1.6
|
rm -rf "${PREFIX}"/share/aclocal-1.6
|
||||||
|
|
||||||
make install MAKEINFO=true DESTDIR="${DESTDIR}"
|
make install MAKEINFO=true DESTDIR="${DESTDIR}"
|
||||||
|
rm "${DESTDIR}${PREFIX}/bin/automake"
|
||||||
|
rm "${DESTDIR}${PREFIX}/bin/aclocal"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue