cs: fix configure script for initial install
The initial install's `raco setup` step should use `--no-user`.
This commit is contained in:
parent
4140627ed8
commit
9adba4c82f
2
racket/src/cs/c/configure
vendored
2
racket/src/cs/c/configure
vendored
|
@ -3231,7 +3231,7 @@ BOOTFILE_RACKET='$(RACKET)'
|
|||
RUN_RACKET='$(RUN_THIS_RACKET)'
|
||||
SETUP_BOOT_MODE=--boot
|
||||
|
||||
INSTALL_SETUP_FLAGS=
|
||||
INSTALL_SETUP_FLAGS="--no-user"
|
||||
INSTALL_SETUP_RACKET_FLAGS=
|
||||
|
||||
Z_LIB_DEP='$(OWN_Z_LIB)'
|
||||
|
|
|
@ -150,7 +150,7 @@ BOOTFILE_RACKET='$(RACKET)'
|
|||
RUN_RACKET='$(RUN_THIS_RACKET)'
|
||||
SETUP_BOOT_MODE=--boot
|
||||
|
||||
INSTALL_SETUP_FLAGS=
|
||||
INSTALL_SETUP_FLAGS="--no-user"
|
||||
INSTALL_SETUP_RACKET_FLAGS=
|
||||
|
||||
Z_LIB_DEP='$(OWN_Z_LIB)'
|
||||
|
|
Loading…
Reference in New Issue
Block a user