diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-06-03 17:38:23 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-06-03 17:38:23 +0000 |
commit | 9e50017e687fbbba9d93b7c184bb26cbaba797c5 (patch) | |
tree | 4fddf8dbdb3419f02286a0d1b57043446ffe0859 /bindings/python | |
parent | e7d4e71eea233e3e18e8a29bf31ce4168d9da984 (diff) | |
download | libgpod-9e50017e687fbbba9d93b7c184bb26cbaba797c5.tar.gz libgpod-9e50017e687fbbba9d93b7c184bb26cbaba797c5.tar.xz libgpod-9e50017e687fbbba9d93b7c184bb26cbaba797c5.zip |
update a few more CVS references for Subversion
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1522 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python')
-rw-r--r-- | bindings/python/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am index d730889..79d82ac 100644 --- a/bindings/python/tests/Makefile.am +++ b/bindings/python/tests/Makefile.am @@ -1,7 +1,7 @@ EXTRA_DIST = resources dist-hook: - rm -rf `find $(distdir)/resources -name CVS` + rm -rf `find $(distdir)/resources -type d -name .svn` if HAVE_PYTHON test: |