Remove yacc, we won't need it anymore.

This commit is contained in:
Andrius Štikonas 2021-02-04 23:26:09 +00:00
parent 13b030e1ed
commit ec06f1363f
1 changed files with 4 additions and 0 deletions

View File

@ -16,4 +16,8 @@ src_install() {
cd src
default_src_install
cd ..
# Remove yacc, we won't need it any longer
rm ${PREFIX}/bin/yacc
rm /yaccpar
}