mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 23:35:24 +01:00
Fix intermittent error when building automake-1.4.
This commit is contained in:
parent
107aef4b57
commit
8bc3f32d53
1 changed files with 4 additions and 0 deletions
|
|
@ -15,3 +15,7 @@ src_prepare() {
|
||||||
src_configure() {
|
src_configure() {
|
||||||
./configure --prefix=/after
|
./configure --prefix=/after
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
make MAKEINFO=true
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue