moving custom directory to under generated folder
[feisty_meow.git] / scripts / archival / shared_snarfer.pl
index 4a3d51d1aa36acc1d1083e708cd54d07d16421af..783a80d21781218d67fc33f4c4e3fa3457b7e7ac 100644 (file)
@@ -449,7 +449,7 @@ sub restore_archive {
   if ($outcome) { die("failure to undo archive"); }
 
   local($outcome) =
-      0xff & system "bash", "$SHELLDIR/files/normal_perm.sh", ".";
+      0xff & system "bash", "$FEISTY_MEOW_SCRIPTS/files/normal_perm.sh", ".";
   if ($outcome) { die("failure to normalize permissions"); }
 
   # remove any links that might have crept in; these can cause mischief.