Skip to content

Commit

Permalink
Fixed excluding subversions dir from installed packages ... hopefully…
Browse files Browse the repository at this point in the history
… having

*.svn in the tar-exclude-file is portable


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20305 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
nico committed Nov 7, 2004
1 parent 18eeb80 commit effda0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sun Nov 7 04:18:39 2004 Nicola Pero <[email protected]>

* tar-exclude-list: Use *.svn instead of .svn to have
.svn dirs excluded.

Sun Nov 7 04:07:50 2004 David Wetzel <[email protected]>

* Instance/Shared/bundle.make: Everywhere use the '-f' flag to 'cp
Expand Down
2 changes: 1 addition & 1 deletion tar-exclude-list
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CVS
.svn
*.svn

0 comments on commit effda0c

Please sign in to comment.