mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
autotools: Run make install with MAKEINFO=true to avoid intermittent build failures.
This commit is contained in:
parent
8bc3f32d53
commit
65a2e3e33d
3 changed files with 12 additions and 0 deletions
|
|
@ -16,3 +16,7 @@ src_configure() {
|
||||||
src_compile() {
|
src_compile() {
|
||||||
make MAKEINFO=true
|
make MAKEINFO=true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
make install MAKEINFO=true
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,3 +16,7 @@ src_configure() {
|
||||||
src_compile() {
|
src_compile() {
|
||||||
make MAKEINFO=true
|
make MAKEINFO=true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
make install MAKEINFO=true
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,3 +19,7 @@ src_configure() {
|
||||||
src_compile() {
|
src_compile() {
|
||||||
make MAKEINFO=true
|
make MAKEINFO=true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
make install MAKEINFO=true
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue