svn commit: r790223 - /ofbiz/trunk/debian/move-files.pl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r790223 - /ofbiz/trunk/debian/move-files.pl

doogie-3
Author: doogie
Date: Wed Jul  1 15:43:22 2009
New Revision: 790223

URL: http://svn.apache.org/viewvc?rev=790223&view=rev
Log:
Ignore git files when processing.

Modified:
    ofbiz/trunk/debian/move-files.pl

Modified: ofbiz/trunk/debian/move-files.pl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/move-files.pl?rev=790223&r1=790222&r2=790223&view=diff
==============================================================================
--- ofbiz/trunk/debian/move-files.pl (original)
+++ ofbiz/trunk/debian/move-files.pl Wed Jul  1 15:43:22 2009
@@ -90,7 +90,7 @@
 }
 system('rm', '-rf', 'debian/ofbiz', 'debian/ofbiz-specialpurpose');
 
-open(FIND, '-|', qw(find -printf %P\0)) || die("Couldn't run find");
+open(FIND, '-|', qw(find -not -path */.git/* -printf %P\0)) || die("Couldn't run find");
 $/ = "\0";
 while (<FIND>) {
  chomp;