mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +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
|
set -ex
|
||||||
|
|
||||||
# Vars
|
# Vars
|
||||||
bindir=${bindir}
|
prefix=/after
|
||||||
libdir=${libdir}
|
bindir=${prefix}/bin
|
||||||
prefix=${prefix}
|
libdir=${prefix}/lib
|
||||||
GUILE_LOAD_PATH=${prefix}/nyacc/module:${prefix}/mes/mes/module
|
GUILE_LOAD_PATH=${prefix}/nyacc/module:${prefix}/mes/mes/module
|
||||||
MES_PREFIX=${prefix}/mes
|
MES_PREFIX=${prefix}/mes
|
||||||
MES_STACK=15000000
|
MES_STACK=15000000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue