[Lunar-commits] <moonbase> Python: Tiny tweak.

Moritz Heiber moe at lunar-linux.org
Tue Apr 29 18:16:42 CEST 2008


commit 2f56cc0d261b18d725b7520fad1f3be8ab6de465
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Tue Apr 29 18:16:42 2008 +0200

    Python: Tiny tweak.
---
 python/Python/POST_INSTALL |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/python/Python/POST_INSTALL b/python/Python/POST_INSTALL
index b7340fa..15191f6 100644
--- a/python/Python/POST_INSTALL
+++ b/python/Python/POST_INSTALL
@@ -1,10 +1,9 @@
 #  Reinstall site-packages 
-message "$MESSAGE_COLOR"
-message "Any Python module previously installed may now be broken due to the way Python"
+message "${MESSAGE_COLOR}Any Python module previously installed may now be broken due to the way Python"
 message "handles modules. They may need to be recompiled in order to work, especially"
 message "on a major version change like 2.4, to 2.5 or 2.6. Minor version numbers,"
-message "like 2.5.1, to 2.5.2 are usually safe without recompiling."
-message "$DEFAULT_COLOR"
+message "like 2.5.1, to 2.5.2 are usually safe without recompiling.${DEFAULT_COLOR}"
+
 if query "Do you want lunar to attempt to upgrade your Python modules?" y; then
         PYTHONMODS="$( lvu from /usr/lib/python*/site-packages | cut -d: -f1 | uniq | grep -v Python)"
         for PYTHONMOD in $(sort_by_dependency $PYTHONMODS); do


More information about the Lunar-commits mailing list