mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
Remove stray build dirs that propagate into automake-1.10.3 package.
Fixes: !155
This commit is contained in:
parent
937964fd4e
commit
b4243bf95d
2 changed files with 4 additions and 1 deletions
|
|
@ -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}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue