]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
chroot: Link /bin/ln to toolchain.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Feb 2010 12:56:27 +0000 (13:56 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Feb 2010 12:56:51 +0000 (13:56 +0100)
tools/toolchain

index 944ff6e30609b7b1e17cd923ad16339a5b1062d0..aacc4aa1e3de4b8b5dd8f68343857cbec87e01b2 100755 (executable)
@@ -26,7 +26,7 @@ case "${1}" in
                            -e '/\*cpp:/{n;s@$@ -isystem /usr/include@}' > ${SPECS}
                fi
 
-               for i in bin/bash bin/cat bin/echo bin/stty bin/pwd bin/rm bin/sh; do
+               for i in bin/bash bin/cat bin/echo bin/ln bin/stty bin/pwd bin/rm bin/sh; do
                        if [ -e "${TARGET_PATH}/${i}" ]; then
                                continue
                        fi