Remove stray build dirs that propagate into automake-1.10.3 package.

Fixes: !155
This commit is contained in:
Andrius Štikonas 2022-05-10 22:20:04 +01:00
parent 937964fd4e
commit b4243bf95d
2 changed files with 4 additions and 1 deletions

View file

@ -22,4 +22,7 @@ src_compile() {
src_install() {
make install MAKEINFO=true DESTDIR="${DESTDIR}"
rm "${DESTDIR}${PREFIX}/share/doc/automake/amhello-1.0.tar.gz"
# Delete some stray directories
rm -r "${DESTDIR}${SOURCES}"
}