mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +01:00
Fix an annoying typo
This commit is contained in:
parent
c64367f608
commit
06cc74fe01
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ src_prepare() {
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
if test -d /lex; then
|
if test -d /lex; then
|
||||||
# Remove lex, later make install will symlink lex to flex
|
# Remove lex, later make install will symlink lex to flex
|
||||||
rm -rf /lex
|
rm -rf /lex
|
||||||
rm -f "${PREFIX}/bin/lex"
|
rm -f "${PREFIX}/bin/lex"
|
||||||
rm -f "${PREFIX}/lib/mes/libl.a"
|
rm -f "${PREFIX}/lib/mes/libl.a"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue