From: Michael Tremer Date: Thu, 11 Feb 2010 23:59:36 +0000 (+0100) Subject: chroot: Link /bin/mv to the toolchain's one. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73b430376403ab7bb36135b1ef6af0ded02839e0;p=ipfire-3.x.git chroot: Link /bin/mv to the toolchain's one. --- diff --git a/tools/toolchain b/tools/toolchain index aacc4aa1e..bfbd88e00 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/ln bin/stty bin/pwd bin/rm bin/sh; do + for i in bin/bash bin/cat bin/echo bin/ln bin/mv bin/stty bin/pwd bin/rm bin/sh; do if [ -e "${TARGET_PATH}/${i}" ]; then continue fi