Remove yacc using uninstall rather than in src_install of flex-2.6.4

This commit is contained in:
fosslinux 2024-01-12 22:15:43 +11:00
parent 6901877837
commit 718bccc7b2
2 changed files with 1 additions and 3 deletions

View file

@ -20,7 +20,4 @@ src_install() {
cd src
default
cd ..
# Remove yacc, we won't need it any longer
rm "${PREFIX}/bin/yacc"
}