search for: 75da9db

Displaying 1 result from an estimated 1 matches for "75da9db".

Did you mean: ae5da9db
2006 Jul 10
1
Add .git to SCM excludes for build and INSTALL scripts
...is a source 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 .sv...