From: Arne Fitzenreiter Date: Thu, 1 Jun 2017 17:18:58 +0000 (+0200) Subject: bash: fix symlink in toolchain X-Git-Tag: v2.19-core112~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61da1e32f99f699cd7bffce23cb5031c290758da;p=people%2Fstevee%2Fipfire-2.x.git bash: fix symlink in toolchain Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/bash b/lfs/bash index 6e09c5b1b7..04e6c5084e 100644 --- a/lfs/bash +++ b/lfs/bash @@ -101,6 +101,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ifeq "$(TOOLCHAIN)" "1" ln -svf bash /tools/bin/sh + ln -svf ../tools/bin/bash $(ROOT)/bin/sh else ln -svf bash /bin/sh endif