Displaying 1 result from an estimated 1 matches for "09e5ab5".
Did you mean:
09c5ab0
2006 Jul 10
1
Add .git to SCM excludes for build and INSTALL scripts
...rce code management system like CVS, svn, arch, and
others.
It would be nice to add exclude support to R CMD build and INSTALL so
that the .git subdir of an R package is handled appropriately.
Here is a possible patch:
diff --git a/src/scripts/INSTALL.in b/src/scripts/INSTALL.in
index 75da9db..09e5ab5 100644
--- a/src/scripts/INSTALL.in
+++ b/src/scripts/INSTALL.in
@@ -863,7 +863,7 @@ do_install_source () {
## When installing from a source directory under version control, we
## should really exclude the subdirs CVS, .svn (Subversion) and
## .arch-ids (arch).
- for d in CVS .svn .arch-i...