Index: themes/cpsvndir
===================================================================
--- themes/cpsvndir	(revision 13508)
+++ themes/cpsvndir	(working copy)
@@ -8,7 +8,7 @@
 mkdir -p $DESTDIR/$SOURCE || exit 1
 
 find $SOURCE -path '*/.svn' -prune -or -type d -exec mkdir -p $DESTDIR/{} \;
-find $SOURCE -path '*/.svn' -prune -or -type f -exec cp {} $DESTDIR/{} \;
+find $SOURCE -path '*/.svn' -prune -or -type f -or -type l -exec cp {} $DESTDIR/{} \;
 
 
 exit 0

