[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 6a408104dbb7f299a7ed645eb40bfc30f48406eb
Luca Capello
luca at pca.it
Wed Mar 4 01:09:32 UTC 2009
The following commit has been merged in the master branch:
commit 6a408104dbb7f299a7ed645eb40bfc30f48406eb
Author: Luca Capello <luca at pca.it>
Date: Wed Mar 4 02:09:14 2009 +0100
install.sh: test for $INST_DIR not existing
diff --git a/install.sh b/install.sh
index 5bd984d..6cce0d4 100755
--- a/install.sh
+++ b/install.sh
@@ -634,7 +634,7 @@ action_format () {
#
action_mount () {
echo "Mounting the newly created system"
- if [ -d "$INST_DIR" ]; then
+ if [ ! -d "$INST_DIR" ]; then
mkdir -p "$INST_DIR";
intern_instdir_already_present=""
elif [ -n "$verbose" ]; then
--
Various non-packaged files
More information about the pkg-fso-commits
mailing list