logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 6901877837ebc4f9a2b25141fb63467ad1744326
parent c0485bce2f4b2f868fbf6b1e1d2826313db5ddad
Author: fosslinux <fosslinux@aussies.space>
Date:   Fri, 12 Jan 2024 22:15:09 +1100

Remove unnecessary touching of live filesystem in flex-2.5.11

Diffstat:

Msteps/flex-2.5.11/pass1.sh11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/steps/flex-2.5.11/pass1.sh b/steps/flex-2.5.11/pass1.sh @@ -14,14 +14,3 @@ src_prepare() { src_compile() { 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 -}