From 05b8f0a340aec7dc20e61354e86e5b1e516f6899 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Sun, 9 Nov 2003 22:55:46 +0000 Subject: [PATCH] fixed stage-9 horror by removing dstructive code from readline.conf: - rm -fv $root/usr/lib/lib{readline,history}.so* ^- why on earth did someone wiped those out ?!? ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1723 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + package/base/readline/readline.conf | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index de118c781..a79976407 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -8,6 +8,7 @@ - Alejandro Mery: added activation of volume groups at init.d/system - Sebastian Czech: updated epiphany (1.0.5) - enabled open-jade and pilot-link for the desktop target + - fixed stage-9 horror by removing dstructive code from readline.conf *) 2003-11-07 (2.0.0-rc2 - 2.0.0-rc3) diff --git a/package/base/readline/readline.conf b/package/base/readline/readline.conf index d7e598a17..5e307d47a 100644 --- a/package/base/readline/readline.conf +++ b/package/base/readline/readline.conf @@ -22,7 +22,6 @@ readline_postmake() { - rm -fv $root/usr/lib/lib{readline,history}.so* eval $MAKE shared ; eval $MAKE install-shared if [ "$ROCKCFG_PKG_BASH_INST_RLL" = 1 ] ; then echo "readline libraries may be needed by bash, moving them ..."