Displaying 1 result from an estimated 1 matches for "find_exclude_fil".
Did you mean:
find_exclude_files
2007 Oct 02
0
patch: allow R CMD build exclude patterns to match symlinks
...path))));
+
my $exclude = R_tempfile("Rbuild-exclude");
open(EXCLUDE, "> $exclude")
or die "Error: cannot open file '$exclude' for writing\n";
@@ -226,27 +244,9 @@
}
}
}
- chdir(dirname($pkgdir));
find(\&find_exclude_files, "$pkgname");
close(EXCLUDE);
- my $filename = "${intname}_" . $description->{"Version"} . ".tar";
- my $filepath = &file_path($startdir, $filename);
- R_system(join(" ",
- ("$tar chf",
-...