Create target if it does not exist, II
[mirror/dsa-puppet.git] / modules / roles / files / static-mirroring / static-master-update-component
index d9dae27..197044f 100755 (executable)
@@ -84,6 +84,10 @@ if [ -z "$srchost" ] || [ -z "$srcdir" ]; then
   exit 1
 fi
 tgt="$base/$component"
+if ! [ -d "$tgt" ]; then
+  echo "$0: Creating $tgt for $component";
+  mkdir "$tgt"
+fi
 
 if [ "$srchost" = "`hostname -f`" ]; then
   src="$srcdir"