add hint about existing root directory

This commit is contained in:
josch 2011-10-18 15:25:46 +02:00
parent 4ba47d78d6
commit 9b490a5e33

View file

@ -93,7 +93,7 @@ echo "I: pkgs: $PACKAGES"
echo "I: --------------------------"
[ -e "$ROOTDIR.tar" ] && { echo "tarball still exists" >&2; exit 1; }
[ -e "$ROOTDIR" ] && { echo "root directory still exists" >&2; exit 1; }
[ -e "$ROOTDIR" ] && { echo "root directory $ROOTDIR still exists" >&2; exit 1; }
# create multistrap.conf
echo "I: create multistrap.conf"