mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +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
|
|
@ -23,8 +23,12 @@ src_configure() {
|
|||
./configure --prefix="${PREFIX}" --program-suffix=-2.54
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
make install MAKEINFO=true
|
||||
|
||||
ln -sf "${PREFIX}"/bin/autoconf-2.54 "${PREFIX}"/bin/autoconf
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,3 +16,11 @@ src_prepare() {
|
|||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --program-suffix=-2.54
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make install MAKEINFO=true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue