[Lunar-commits]
CVS: moonbase/x11-apps/openoffice-bin CONFIGURE, 1.1,
1.2 POST_INSTALL, 1.1, NONE
Steven Michaelske
hardkrash at lunar-linux.org
Mon Jan 12 17:54:40 GMT 2004
Update of /var/cvs/lunar/moonbase/x11-apps/openoffice-bin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17463
Modified Files:
CONFIGURE
Removed Files:
POST_INSTALL
Log Message:
changed the default behavior for openoffice-bin without bytecode enabled
package will now fail if it is not enabled. to many emails about openoffice and no fonts :-/
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-apps/openoffice-bin/CONFIGURE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CONFIGURE 6 Aug 2003 21:25:43 -0000 1.1
+++ CONFIGURE 12 Jan 2004 17:54:38 -0000 1.2
@@ -3,4 +3,7 @@
lin j2sdk
fi
fi
-
+if grep -qv "BYTECODE=y" /etc/lunar/local/depends/freetype2; then
+ message "${PROBLEM_COLOR}Warning: please lin -r -c freetype2 and answer yes to bytecode interpreter.${DEFAULT_COLOR}"
+ false #fail out because users dont see this if we install properly.
+fi
--- POST_INSTALL DELETED ---
More information about the Lunar-commits
mailing list