From d0b959501c9f06fb3ede18ba4a8d9186257b6c57 Mon Sep 17 00:00:00 2001 From: lost Date: Sat, 30 May 2026 11:18:25 -0400 Subject: shorten byacc linking --- repos/community/byacc/.files | 4 ++-- repos/community/byacc/abuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/repos/community/byacc/.files b/repos/community/byacc/.files index 9c90927b..ec61db41 100644 --- a/repos/community/byacc/.files +++ b/repos/community/byacc/.files @@ -1,7 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/bison -> /usr/bin/yacc -lrwxrwxrwx root/root usr/bin/byacc -> /usr/bin/yacc +lrwxrwxrwx root/root usr/bin/bison -> yacc +lrwxrwxrwx root/root usr/bin/byacc -> yacc -rwxr-xr-x root/root usr/bin/yacc drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ diff --git a/repos/community/byacc/abuild b/repos/community/byacc/abuild index 42a784bc..7ee6574f 100644 --- a/repos/community/byacc/abuild +++ b/repos/community/byacc/abuild @@ -8,6 +8,6 @@ build () { make make install DESTDIR=$PKG - ln -s /usr/bin/yacc $PKG/usr/bin/byacc - ln -s /usr/bin/yacc $PKG/usr/bin/bison + ln -s yacc $PKG/usr/bin/byacc + ln -s yacc $PKG/usr/bin/bison } -- cgit v1.2.3