cs: fix configure script for initial install

The initial install's `raco setup` step should use `--no-user`.
This commit is contained in:
Matthew Flatt 2021-05-21 09:07:55 -06:00
parent 4140627ed8
commit 9adba4c82f
2 changed files with 2 additions and 2 deletions

View File

@ -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)'

View File

@ -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)'