[Pkg-voip-commits] r1191 - stun/trunk/debian

Kilian Krause kilian at costa.debian.org
Sun Jan 22 15:46:07 UTC 2006


Author: kilian
Date: 2006-01-22 15:46:07 +0000 (Sun, 22 Jan 2006)
New Revision: 1191

Modified:
   stun/trunk/debian/rules
Log:
fix makefile not coping with &&


Modified: stun/trunk/debian/rules
===================================================================
--- stun/trunk/debian/rules	2006-01-22 15:33:04 UTC (rev 1190)
+++ stun/trunk/debian/rules	2006-01-22 15:46:07 UTC (rev 1191)
@@ -22,7 +22,7 @@
 build: build-stamp
 build-stamp: patch-stamp 
 	dh_testdir
-	[ -f rfc3489.txt ] && (echo This is not the DFSG source.;exit 1)
+	([ ! -f rfc3489.txt ] || (echo This is not the DFSG source.;exit 1))
 
 	# Add here commands to compile the package.
 	$(MAKE) 




More information about the Pkg-voip-commits mailing list