Also fix up bison 3.4.1

This commit is contained in:
Samuel Tyler 2025-12-22 19:27:35 +11:00
parent ae3a7f727e
commit 501ca4da87
No known key found for this signature in database
GPG key ID: EB5091A5C77E8DC4
4 changed files with 20 additions and 25 deletions

View file

@ -20,9 +20,3 @@ src_prepare() {
src_compile() {
make -j1 -f Makefile PREFIX="${PREFIX}"
}
src_install() {
default
ln -s bison-3.4 "${DESTDIR}${PREFIX}/bin/bison"
}