WIP: disable linkBinSh

This commit is contained in:
Alexander Sosedkin 2023-03-19 02:38:22 +01:00
parent 67393ac531
commit fdd0de537f

View file

@ -36,11 +36,11 @@ in
config = { config = {
build.activationBefore = { build.activationBefore = {
linkBinSh = '' #linkBinSh = ''
$DRY_RUN_CMD mkdir $VERBOSE_ARG --parents /bin # $DRY_RUN_CMD mkdir $VERBOSE_ARG --parents /bin
$DRY_RUN_CMD ln $VERBOSE_ARG --symbolic --force ${cfg.binSh} /bin/.sh.tmp # $DRY_RUN_CMD ln $VERBOSE_ARG --symbolic --force ${cfg.binSh} /bin/.sh.tmp
$DRY_RUN_CMD mv $VERBOSE_ARG /bin/.sh.tmp /bin/sh # $DRY_RUN_CMD mv $VERBOSE_ARG /bin/.sh.tmp /bin/sh
''; #'';
linkUsrBinEnv = '' linkUsrBinEnv = ''
$DRY_RUN_CMD mkdir $VERBOSE_ARG --parents /usr/bin $DRY_RUN_CMD mkdir $VERBOSE_ARG --parents /usr/bin