[Pkg-voip-commits] r1216 - asterisk-sounds-extra/branches/upstream/current

Mark Purcell msp at costa.debian.org
Fri Feb 3 12:08:24 UTC 2006


Author: msp
Date: 2006-02-03 12:08:23 +0000 (Fri, 03 Feb 2006)
New Revision: 1216

Modified:
   asterisk-sounds-extra/branches/upstream/current/Makefile
Log:
Load /tmp/tmp.eavqyX/asterisk-sounds-extra-1.2.1 into
asterisk-sounds-extra/branches/upstream/current.


Modified: asterisk-sounds-extra/branches/upstream/current/Makefile
===================================================================
--- asterisk-sounds-extra/branches/upstream/current/Makefile	2006-02-02 04:40:25 UTC (rev 1215)
+++ asterisk-sounds-extra/branches/upstream/current/Makefile	2006-02-03 12:08:23 UTC (rev 1216)
@@ -117,9 +117,12 @@
 FORCE:
 
 update:
-	@if [ -d CVS ]; then \
+	@if [ -d .svn ]; then \
+		echo "Updating from Subversion..."; \
+		svn update -q; \
+	elif [ -d CVS ]; then \
 		echo "Updating from CVS..."; \
 		cvs -q -z3 update -Pd; \
 	else \
-		echo "Not CVS"; \
+		echo "Not under version control"; \
 	fi




More information about the Pkg-voip-commits mailing list