Index: build/install-chroot.sh |
diff --git a/build/install-chroot.sh b/build/install-chroot.sh |
index d2c06fc39adc7fff1a2d7fa8d50de248403c588d..af85fb1f3bedfa68c7bf3bbfceec006ffb4095fc 100755 |
--- a/build/install-chroot.sh |
+++ b/build/install-chroot.sh |
@@ -769,7 +769,7 @@ if [ ! -h "${HOME}/chroot" ] && |
fi |
# Clean up package files |
-sudo schroot -c /usr/local/bin/"${target%bit}" -p -- apt-get clean |
+sudo schroot -c "${target%bit}" -p -- apt-get clean |
sudo apt-get clean |
trap '' INT TERM QUIT HUP |