aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlost <lost@privacyrequired.com>2026-05-30 11:04:11 -0400
committerlost <lost@privacyrequired.com>2026-05-30 11:04:11 -0400
commit754aa4f7f94629fa0ae287631dd9e056a52d4346 (patch)
treedb386ed7e0fea2538ca84410c125e05f8823fa57
parent044fab22caac283bad5c7f274adf194fffe297aa (diff)
downloadalicelinux-754aa4f7f94629fa0ae287631dd9e056a52d4346.tar.gz
alicelinux-754aa4f7f94629fa0ae287631dd9e056a52d4346.zip
fixed byacc linking
-rw-r--r--repos/community/byacc/abuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/repos/community/byacc/abuild b/repos/community/byacc/abuild
index 7cc4f68e..42a784bc 100644
--- a/repos/community/byacc/abuild
+++ b/repos/community/byacc/abuild
@@ -8,9 +8,6 @@ build () {
make
make install DESTDIR=$PKG
- # the section below is a really bad way to link bison&byacc to yacc
- cp yacc /usr/bin
ln -s /usr/bin/yacc $PKG/usr/bin/byacc
- ln -s /usr/bin/yacc $PKG/usr/bin/biso
- rm /usr/bin/yacc
+ ln -s /usr/bin/yacc $PKG/usr/bin/bison
}