From 754aa4f7f94629fa0ae287631dd9e056a52d4346 Mon Sep 17 00:00:00 2001 From: lost Date: Sat, 30 May 2026 11:04:11 -0400 Subject: fixed byacc linking --- repos/community/byacc/abuild | 5 +---- 1 file changed, 1 insertion(+), 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 } -- cgit v1.2.3