sysa: remove conflicting, unversioned automake and aclocal binaries

This commit is contained in:
bauen1 2022-04-30 23:16:21 +02:00
parent a8ea576eee
commit db190e020b
No known key found for this signature in database
GPG key ID: FF0AAF5E0812BA9C
2 changed files with 4 additions and 0 deletions

View file

@ -22,4 +22,6 @@ src_compile() {
src_install() {
make install MAKEINFO=true DESTDIR="${DESTDIR}"
rm "${DESTDIR}${PREFIX}/bin/automake"
rm "${DESTDIR}${PREFIX}/bin/aclocal"
}

View file

@ -25,4 +25,6 @@ src_install() {
rm -rf "${PREFIX}"/share/aclocal-1.6
make install MAKEINFO=true DESTDIR="${DESTDIR}"
rm "${DESTDIR}${PREFIX}/bin/automake"
rm "${DESTDIR}${PREFIX}/bin/aclocal"
}