From: Michael Tremer Date: Thu, 11 Feb 2010 12:56:27 +0000 (+0100) Subject: chroot: Link /bin/ln to toolchain. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c5178b1595e7786b80ade5eb246e4b3e452c51;p=ipfire-3.x.git chroot: Link /bin/ln to toolchain. --- diff --git a/tools/toolchain b/tools/toolchain index 944ff6e30..aacc4aa1e 100755 --- a/tools/toolchain +++ b/tools/toolchain @@ -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