]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
chroot: Link /bin/mv to the toolchain's one.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Feb 2010 23:59:36 +0000 (00:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Feb 2010 23:59:36 +0000 (00:59 +0100)
tools/toolchain

index aacc4aa1e3de4b8b5dd8f68343857cbec87e01b2..bfbd88e005f65d18526cce185f2f8a8777b5c183 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/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