fixed references to scripts directory and added linux package lister command.
[feisty_meow.git] / scripts / generator / whack_build.sh
index 0778fb6da08ef9bf1c4339d82ceb8c2c5cafc33c..0647b0ab430417f1a8106b98bfca47a0db78dc34 100644 (file)
@@ -49,7 +49,7 @@ function whack_single_build_area()
 
   if [ "$clean_src" == "clean" -o "$clean_src" == "CLEAN"  ]; then
     echo $(date): "    ** aggressive cleaning activated..."
-    perl "$FEISTY_MEOW_DIR/scripts/files/zapdirs.pl" "$FEISTY_MEOW_DIR" >>"$CRUDFILE"
+    perl "$FEISTY_MEOW_SCRIPTS/files/zapdirs.pl" "$FEISTY_MEOW_DIR" >>"$CRUDFILE"
   fi
 
   echo $(date): "cleaned [$choprepo]."