diff options
| -rw-r--r-- | repos/community/byacc/abuild | 5 |
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 } |