desktop-data-model r7282 - trunk



Author: otaylor
Date: Thu Apr 24 19:04:35 2008
New Revision: 7282
URL: http://svn.gnome.org/viewvc/desktop-data-model?rev=7282&view=rev

Log:
Fix tag rule to actually work

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Thu Apr 24 19:04:35 2008
@@ -43,4 +43,4 @@
 	PACKAGE=`echo $$URL | perl -pe 's  */(.*)/ * $$1@; tr/a-z-/A-Z_/;'` && \
 	TAGURL=`echo $$URL | sed "s trunk@tags/$${PACKAGE}_$$V@"` && \
 	echo Tagging as $$TAGURL && \
-	echo svn cp $$URL $$TAGURL)
+	svn cp $$URL $$TAGURL)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]