[Pcsclite-cvs-commit] r4660 - /trunk/pcsc-tools/create_distrib.sh

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jan 12 21:32:12 UTC 2010


Author: rousseau
Date: Tue Jan 12 21:32:12 2010
New Revision: 4660

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4660
Log:
ignore ".svn" instead of "CVS" files

Modified:
    trunk/pcsc-tools/create_distrib.sh

Modified: trunk/pcsc-tools/create_distrib.sh
URL: http://svn.debian.org/wsvn/pcsclite/trunk/pcsc-tools/create_distrib.sh?rev=4660&op=diff
==============================================================================
--- trunk/pcsc-tools/create_distrib.sh (original)
+++ trunk/pcsc-tools/create_distrib.sh Tue Jan 12 21:32:12 2010
@@ -53,7 +53,7 @@
 
 # find files present
 # remove ^debian and ^create_distrib.sh
-find -type f | grep -v CVS | cut -c 3- | grep -v ^create_distrib.sh | sort > $present_files
+find -type f | grep -v .svn | cut -c 3- | grep -v ^create_distrib.sh | sort > $present_files
 cat MANIFEST | sort > $manifest_files
 
 # diff the two lists




More information about the Pcsclite-cvs-commit mailing list