aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlost <lost@privacyrequired.com>2026-05-30 11:18:25 -0400
committerlost <lost@privacyrequired.com>2026-05-30 11:18:25 -0400
commitd0b959501c9f06fb3ede18ba4a8d9186257b6c57 (patch)
treefabeda2cc0e476a7c3f99c8bc5e18b44e04d9fa7
parent754aa4f7f94629fa0ae287631dd9e056a52d4346 (diff)
downloadalicelinux-d0b959501c9f06fb3ede18ba4a8d9186257b6c57.tar.gz
alicelinux-d0b959501c9f06fb3ede18ba4a8d9186257b6c57.zip
shorten byacc linking
-rw-r--r--repos/community/byacc/.files4
-rw-r--r--repos/community/byacc/abuild4
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
}