mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Allow update_env to incorporate runtime changes to bootstrap.cfg
Perform variable substitution at runtime, rather than at generation time. This way, if bootstrap.cfg changes after update_env, the new values there take effect immediately.
This commit is contained in:
parent
9ec45654cf
commit
a76fac4fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
unset GUILE_LOAD_PATH
|
||||
|
||||
cat > /steps/env <<- EOF
|
||||
cat >> /steps/env <<- 'EOF'
|
||||
export PATH=${PREFIX}/bin
|
||||
PREFIX=${PREFIX}
|
||||
LIBDIR=${LIBDIR}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue