[Lunar-commits] <moonbase> readline: version bump to 5.2

Zachary McGrew zmcgrew at lunar-linux.org
Thu May 21 02:17:57 CEST 2009


commit f3f5d3b3b97a1e19cbbb70994e90adccbe308494
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Wed May 20 17:17:57 2009 -0700

    readline: version bump to 5.2
---
 libs/readline/POST_INSTALL |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/libs/readline/POST_INSTALL b/libs/readline/POST_INSTALL
index b8e2a28..441a52d 100644
--- a/libs/readline/POST_INSTALL
+++ b/libs/readline/POST_INSTALL
@@ -1,16 +1,16 @@
 OUR_NEW_READLINE_VVV=$(lvu version readline | perl -pe 's/([0-9]).+/$1/')
 OUR_OLD_READLINE_VVV=$(get_module_config OUR_OLD_READLINE_VVV)
 
-if [[ "$OUR_NEW_READLINE_VVV" > "$OUR_OLD_READLINE_VVV" ]]; then
+#if [[ "$OUR_NEW_READLINE_VVV" > "$OUR_OLD_READLINE_VVV" ]]; then
 
-  for MOD in $(lvu depends readline | grep -v -e theedge -e lunar -e arch ) ; do
-    if module_installed $MOD ; then
-      lin -c $MOD
-    fi
-  done
+#  for MOD in $(lvu depends readline | grep -v -e theedge -e lunar -e arch ) ; do
+#    if module_installed $MOD ; then
+#      lin -c $MOD
+#    fi
+#  done
 
-fi
+#fi
 
-rm -f /lib/libreadline.so.4 &&
-rm -f /lib/libhistory.so.4  &&
+rm -f /lib/libreadline.so.5 &&
+rm -f /lib/libhistory.so.5  &&
 unset_module_config OUR_OLD_READLINE_VVV


More information about the Lunar-commits mailing list