mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
Remove unnecessary touching of live filesystem in flex-2.5.11
This commit is contained in:
parent
c0485bce2f
commit
6901877837
1 changed files with 0 additions and 11 deletions
|
|
@ -14,14 +14,3 @@ src_prepare() {
|
||||||
src_compile() {
|
src_compile() {
|
||||||
make -j1 PREFIX="${PREFIX}"
|
make -j1 PREFIX="${PREFIX}"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
|
||||||
if test -d /lex; then
|
|
||||||
# Remove lex, later make install will symlink lex to flex
|
|
||||||
rm -rf /lex
|
|
||||||
rm -f "${PREFIX}/bin/lex"
|
|
||||||
rm -f "${PREFIX}/lib/mes/libl.a"
|
|
||||||
fi
|
|
||||||
|
|
||||||
default
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue