mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +01:00
autotools: add MAKEFINFO=true fix to all autotools.
This commit is contained in:
parent
31410ab234
commit
705ebf471e
13 changed files with 95 additions and 6 deletions
|
|
@ -13,3 +13,12 @@ src_prepare() {
|
|||
src_configure() {
|
||||
./configure --prefix=/after
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make install MAKEINFO=true
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,3 +11,11 @@ src_prepare() {
|
|||
src_configure() {
|
||||
./configure --prefix=/after
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make install MAKEINFO=true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue