]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
bash: fix symlink in toolchain
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 1 Jun 2017 17:18:58 +0000 (19:18 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 1 Jun 2017 17:18:58 +0000 (19:18 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
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