[Pkg-voip-commits] r2106 - openser/trunk/debian

Julien Blache jblache at costa.debian.org
Wed Jul 26 12:21:30 UTC 2006


Author: jblache
Date: 2006-07-26 12:21:26 +0000 (Wed, 26 Jul 2006)
New Revision: 2106

Modified:
   openser/trunk/debian/rules
Log:
Fix TLS detection.


Modified: openser/trunk/debian/rules
===================================================================
--- openser/trunk/debian/rules	2006-07-26 12:14:30 UTC (rev 2105)
+++ openser/trunk/debian/rules	2006-07-26 12:21:26 UTC (rev 2106)
@@ -21,7 +21,7 @@
 
 
 # Is this the TLS version ?
-TLS=$(shell if test -d tls; then echo 1; else echo 0; fi)
+TLS=$(shell test -d tls && echo 1)
 
 # modules depending on mysql
 MYSQL_MODULES = mysql




More information about the Pkg-voip-commits mailing list