[Lunar-commits] CVS: moonbase/zbeta/openoffice-src BUILD, 1.10,
1.11 CONFIGURE, 1.4, 1.5
Steven Michalske
hardkrash at lunar-linux.org
Mon Oct 18 02:55:03 UTC 2004
Update of /var/cvs/lunar/moonbase/zbeta/openoffice-src
In directory espresso.foo-projects.org:/tmp/cvs-serv1151
Modified Files:
BUILD CONFIGURE
Log Message:
minor bug fixes
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/openoffice-src/BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- BUILD 13 Oct 2004 04:28:12 -0000 1.10
+++ BUILD 18 Oct 2004 02:55:01 -0000 1.11
@@ -26,6 +26,8 @@
sedit "/^LANGS=\"\$LANGS/d" bin/setup.in &&
sedit "/^LANGS=/s/\".*\"/\"$SEL_LANGS\"/" bin/setup.in &&
+ message "+ Running configure with \$OPTS: $OPTS" &&
+
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-system-gcc \
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/openoffice-src/CONFIGURE,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CONFIGURE 13 Oct 2004 04:28:12 -0000 1.4
+++ CONFIGURE 18 Oct 2004 02:55:01 -0000 1.5
@@ -79,9 +79,9 @@
SEL_THES_DICTS=`echo $SEL_THES_DICTS |sed -e "s/'[[:space:]]*'/;/g" -e "s/['[:space:]]*$//" -e "s/^['[:space:]]*//"`
set_module_config CONFIGURED_DATE `date +%Y%m%d%H`
- set_module_config SEL_DICTS "\"$SEL_DICTS\""
- set_module_config SEL_HYPH_DICTS "\"$SEL_HYPH_DICTS\""
- set_module_config SEL_THES_DICTS "\"$SEL_THES_DICTS\""
- set_module_config SEL_LANGS "\"$SEL_LANGS\""
+ set_module_config SEL_DICTS "'$SEL_DICTS'"
+ set_module_config SEL_HYPH_DICTS "'$SEL_HYPH_DICTS'"
+ set_module_config SEL_THES_DICTS "'$SEL_THES_DICTS'"
+ set_module_config SEL_LANGS "'$SEL_LANGS'"
fi
More information about the Lunar-commits
mailing list