minor changes in names in build_xsedes file. nice balancing act in the recustomize...
[feisty_meow.git] / scripts / core / functions.sh
index 1129d33669eb41800cb9609b64dce7bfbae39f1c..60f576295eff2f118d9a6efb2ea96d4eb73727f4 100644 (file)
@@ -292,6 +292,8 @@ if [ -z "$skip_all" ]; then
     fi
     regenerate >/dev/null
     echo "copying custom overrides for $user"
+    perl "$FEISTY_MEOW_SCRIPTS/files/safedel.pl" "$FEISTY_MEOW_GENERATED/custom"
+    mkdir "$FEISTY_MEOW_GENERATED/custom"
     perl "$FEISTY_MEOW_SCRIPTS/text/cpdiff.pl" "$FEISTY_MEOW_DIR/customizing/$user" "$FEISTY_MEOW_GENERATED/custom"
     regenerate
   }