}
local($outcome) = 0xff & system $tar_tool,
+#hmmm: trying to dereference symbolic links and stop missing stuff.
+"-h",
"-rf", &canonicalize($target_file), @excludes,
"--files-from=" . &canonicalize($temp_file);
if ($outcome) {
}
local($outcome) = 0xff & system $tar_tool,
#"--directory=" . "$root",
- @extra_flags, "-rf", &canonicalize($target_file), @excludes, $i;
+ @extra_flags,
+#hmmm: trying to dereference symbolic links and stop missing stuff.
+"-h",
+"-rf", &canonicalize($target_file), @excludes, $i;
if ($outcome) { die("failure to archive"); }
}
chdir("$currdir");