mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Install each bison with different symlinks
This commit is contained in:
parent
6a77c8f426
commit
1ba9c80a3b
8 changed files with 33 additions and 12 deletions
|
|
@ -32,7 +32,9 @@ src_prepare() {
|
|||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--disable-nls
|
||||
--disable-nls \
|
||||
--program-suffix=-3.8 \
|
||||
--datarootdir="${PREFIX}/share/bison-3.8"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
@ -41,4 +43,6 @@ src_compile() {
|
|||
|
||||
src_install() {
|
||||
make MAKEINFO=true DESTDIR="${DESTDIR}" install
|
||||
|
||||
ln -s bison-3.8 "${DESTDIR}${PREFIX}/bin/bison"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue