[Lunar-commits] <moonbase> Revert "readline: version bump to 5.2"
Zachary McGrew
zmcgrew at lunar-linux.org
Thu May 21 02:19:53 CEST 2009
commit 40e946201c472bca3fbe7f0939b71a7c57550584
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Wed May 20 17:19:53 2009 -0700
Revert "readline: version bump to 5.2"
This reverts commit f3f5d3b3b97a1e19cbbb70994e90adccbe308494.
Oops. This wasn't supposed to be in this branch.
---
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 441a52d..b8e2a28 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.5 &&
-rm -f /lib/libhistory.so.5 &&
+rm -f /lib/libreadline.so.4 &&
+rm -f /lib/libhistory.so.4 &&
unset_module_config OUR_OLD_READLINE_VVV
More information about the Lunar-commits
mailing list