mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
Remove yacc, we won't need it anymore.
This commit is contained in:
parent
13b030e1ed
commit
ec06f1363f
1 changed files with 4 additions and 0 deletions
|
|
@ -16,4 +16,8 @@ src_install() {
|
||||||
cd src
|
cd src
|
||||||
default_src_install
|
default_src_install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
# Remove yacc, we won't need it any longer
|
||||||
|
rm ${PREFIX}/bin/yacc
|
||||||
|
rm /yaccpar
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue