mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 02:56:31 +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
|
|
@ -20,3 +20,9 @@ src_prepare() {
|
|||
src_compile() {
|
||||
make -j1 -f Makefile PREFIX="${PREFIX}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
ln -s bison-3.4 "${DESTDIR}${PREFIX}/bin/bison"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue