Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
05b8f0a340
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +0
    -1
      package/base/readline/readline.conf

+ 1
- 0
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)

+ 0
- 1
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 ..."

Loading…
Cancel
Save