mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
tcc build fix :|
This commit is contained in:
parent
0d02332b2b
commit
98058e6b70
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@
|
|||
set -ex
|
||||
|
||||
# Vars
|
||||
bindir=${bindir}
|
||||
libdir=${libdir}
|
||||
prefix=${prefix}
|
||||
prefix=/after
|
||||
bindir=${prefix}/bin
|
||||
libdir=${prefix}/lib
|
||||
GUILE_LOAD_PATH=${prefix}/nyacc/module:${prefix}/mes/mes/module
|
||||
MES_PREFIX=${prefix}/mes
|
||||
MES_STACK=15000000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue