mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +01:00
Remove yacc using uninstall rather than in src_install of flex-2.6.4
This commit is contained in:
parent
6901877837
commit
718bccc7b2
2 changed files with 1 additions and 3 deletions
|
|
@ -20,7 +20,4 @@ src_install() {
|
||||||
cd src
|
cd src
|
||||||
default
|
default
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Remove yacc, we won't need it any longer
|
|
||||||
rm "${PREFIX}/bin/yacc"
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,7 @@ build: sed-4.0.9
|
||||||
build: bzip2-1.0.8
|
build: bzip2-1.0.8
|
||||||
build: m4-1.4.7
|
build: m4-1.4.7
|
||||||
build: flex-2.6.4
|
build: flex-2.6.4
|
||||||
|
uninstall: /usr/bin/yacc
|
||||||
build: bison-3.4.1
|
build: bison-3.4.1
|
||||||
build: bison-3.4.1
|
build: bison-3.4.1
|
||||||
build: bison-3.4.1
|
build: bison-3.4.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue