mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix early-preseed (and environment variables generally)
This commit is contained in:
parent
f5eb51c2cc
commit
6302bb6d20
2 changed files with 12 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
src_compile() {
|
||||
cd lex
|
||||
make -f Makefile.mk CC=tcc AR=tcc\ -ar LDFLAGS=-static RANLIB=true
|
||||
make -f Makefile.mk CC=tcc AR="tcc -ar" LDFLAGS=-static RANLIB=true LIBDIR="${LIBDIR}"
|
||||
cd ..
|
||||
}
|
||||
|
||||
|
|
@ -18,4 +18,3 @@ src_install() {
|
|||
install lex/libl.a "${DESTDIR}${LIBDIR}"
|
||||
install -m 644 lex/ncform "${DESTDIR}${LIBDIR}/lex"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue