[Lunar-commits] <moonbase> readline: add perl depend.
Florin Braescu
florin at lunar-linux.org
Sun Aug 21 15:17:40 CEST 2011
commit 8e89ab1c0c380baee9de3892505e82cf3eeaeccf
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Aug 21 17:17:40 2011 +0400
readline: add perl depend.
---
libs/readline/BUILD | 8 +-------
libs/readline/DEPENDS | 1 +
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/libs/readline/BUILD b/libs/readline/BUILD
index d13acf9..f800898 100644
--- a/libs/readline/BUILD
+++ b/libs/readline/BUILD
@@ -28,12 +28,6 @@
make install &&
if [ ! -e /etc/inputrc ] ; then
install $SCRIPT_DIRECTORY/inputrc /etc/
- fi &&
- # temp hack to help in change over to readline-6.0 from readline-5.x
- # can be removed when everyone is over to readline 6.0
- devoke_installwatch &&
- ln -sf /lib/libreadline.so.6 /lib/libreadline.so.5 &&
- ln -sf /lib/libhistory.so.6 /lib/libhistory.so.5 &&
- invoke_installwatch
+ fi
) > $C_FIFO 2>&1
diff --git a/libs/readline/DEPENDS b/libs/readline/DEPENDS
index 5764a9c..6f487dd 100644
--- a/libs/readline/DEPENDS
+++ b/libs/readline/DEPENDS
@@ -1 +1,2 @@
+depends perl
depends ncurses
More information about the Lunar-commits
mailing list