[Lunar-commits] r15324 - moonbase/trunk/libs/gettext
Terry Chan
tchan at lunar-linux.org
Fri Jun 10 14:13:37 UTC 2005
Author: tchan
Date: 2005-06-10 14:13:37 +0000 (Fri, 10 Jun 2005)
New Revision: 15324
Modified:
moonbase/trunk/libs/gettext/BUILD
Log:
Fixed this module to use set_module_config correctly.
Modified: moonbase/trunk/libs/gettext/BUILD
===================================================================
--- moonbase/trunk/libs/gettext/BUILD 2005-06-10 14:13:08 UTC (rev 15323)
+++ moonbase/trunk/libs/gettext/BUILD 2005-06-10 14:13:37 UTC (rev 15324)
@@ -1,6 +1,6 @@
(
if module_is_expired gettext ; then
- set_module_config OLD_VER=$(installed_version gettext)
+ set_module_config OLD_VER "`installed_version gettext`"
fi
./configure --build=$BUILD \
More information about the Lunar-commits
mailing list