mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 22:05:23 +01:00
Split installed files out of /after into /image.
This commit is contained in:
parent
4d7b25e47a
commit
c8784cbcd3
118 changed files with 689 additions and 690 deletions
|
|
@ -1 +1 @@
|
|||
1e6280bcd57c357ad60c687ad5fab6597b9e6ef5f0a1186fcfef6383b76a3242 /after/bin/flex
|
||||
1e6280bcd57c357ad60c687ad5fab6597b9e6ef5f0a1186fcfef6383b76a3242 /image/bin/flex
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ src_install() {
|
|||
# Remove lex, later make install will symlink lex to flex
|
||||
rm -rf /lex
|
||||
rm -f "${PREFIX}/bin/lex"
|
||||
rm -f "${PREFIX}/lib/libl.a"
|
||||
rm -f "${PREFIX}/lib/mes/libl.a"
|
||||
fi
|
||||
|
||||
default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue