[Lunar-commits] r15325 - moonbase/trunk/crypto/openssl

Terry Chan tchan at lunar-linux.org
Fri Jun 10 14:14:41 UTC 2005


Author: tchan
Date: 2005-06-10 14:14:41 +0000 (Fri, 10 Jun 2005)
New Revision: 15325

Modified:
   moonbase/trunk/crypto/openssl/BUILD
Log:
Fixed this module to use set_module_config correctly.


Modified: moonbase/trunk/crypto/openssl/BUILD
===================================================================
--- moonbase/trunk/crypto/openssl/BUILD	2005-06-10 14:13:37 UTC (rev 15324)
+++ moonbase/trunk/crypto/openssl/BUILD	2005-06-10 14:14:41 UTC (rev 15325)
@@ -3,7 +3,7 @@
   OLDV=$(installed_version openssl)
   # only tag for recompile if MAJOR version change
   if [ ${OLDV:0:5} != ${VERSION:0:5} ]; then
-    set_module_config OLD_VER="$(installed_version openssl)"
+    set_module_config OLD_VER "`installed_version openssl`"
   fi &&
 
   # make sure the customer has the source for this one!



More information about the Lunar-commits mailing list