]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/bash
bash: fix symlink in toolchain
[ipfire-2.x.git] / lfs / bash
index 6e09c5b1b770216e48126b6624accc8444b6fe12..04e6c5084e2df9b1715fbf92908eccbf98f05215 100644 (file)
--- 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