summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2014-05-16 17:51:25 +0200
committerVlad Glagolev2015-01-30 10:22:46 +0300
commit857a09457f915dbd27abf9fdf11adcc2c2b8057e (patch)
treee954a69f4fc9f48289946329a1c77293a7e1c569
parent002de6715e84c36e2438642183b7b010ddd7f200 (diff)
readline - tweak install
(cherry picked from commit da5a26f03c88b04d03e22961a9eea1665d7ef54c)
-rw-r--r--libs/readline/HISTORY5
-rwxr-xr-xlibs/readline/INSTALL3
2 files changed, 6 insertions, 2 deletions
diff --git a/libs/readline/HISTORY b/libs/readline/HISTORY
index 0b16620dce..0ad5aff5b8 100644
--- a/libs/readline/HISTORY
+++ b/libs/readline/HISTORY
@@ -1,4 +1,7 @@
-2014-04-12 Treevw Jelbert <treeve@sourcemage.org>
+2014-05-16 Treeve Jelbert <treeve@sourcemage.org>
+ * INSTAALL: add ldconfig, otherwise next spell fails
+
+2014-04-12 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 6.3
2011-02-15 Ladislav Hagara <hgr@vabo.cz>
diff --git a/libs/readline/INSTALL b/libs/readline/INSTALL
index a3aaf2b0f1..6a9aca9ef4 100755
--- a/libs/readline/INSTALL
+++ b/libs/readline/INSTALL
@@ -10,4 +10,5 @@ if [[ "$INSTALL_INPUTRC" == y ]]; then
mkdir -p "$INSTALL_ROOT/etc/profile.d" &&
install -vm 755 "$SPELL_DIRECTORY/etc/profile.d/readline.sh" \
"$INSTALL_ROOT/etc/profile.d"
-fi
+fi &&
+ldconfig