bash: Fix toolchain build again

I am too stupid to get this right

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-06-07 09:12:26 +01:00
parent b7ab17ad83
commit 357b8c1411

View File

@@ -101,6 +101,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
ifeq "$(TOOLCHAIN)" "1"
ln -svf bash /tools/bin/sh
mkdir -pv $(ROOT)/bin
ln -svf ../tools/bin/bash $(ROOT)/bin/sh
else
ln -svf bash /bin/sh