[Lunar-commits] r21473 - moonbase/trunk/python/Python
Terry Chan
tchan at lunar-linux.org
Thu Sep 21 14:26:36 UTC 2006
Author: tchan
Date: 2006-09-21 14:26:36 +0000 (Thu, 21 Sep 2006)
New Revision: 21473
Added:
moonbase/trunk/python/Python/PRE_BUILD
Log:
Added a PRE_BUILD to help clean-up and streamline the Python install process.
Added: moonbase/trunk/python/Python/PRE_BUILD
===================================================================
--- moonbase/trunk/python/Python/PRE_BUILD (rev 0)
+++ moonbase/trunk/python/Python/PRE_BUILD 2006-09-21 14:26:36 UTC (rev 21473)
@@ -0,0 +1,5 @@
+if module_installed Python ; then
+ lrm --upgrade Python
+fi &&
+
+default_pre_build
More information about the Lunar-commits
mailing list