Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ceeb6aaa052b87fdbfc66d9ca759befb071cbea9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ceeb6aaa052b87fdbfc66d9ca759befb071cbea9)
  • Date: Fri, 30 Jan 2015 01:20:49 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/readline/FINAL | 1 +
libs/readline/HISTORY | 8 +++++++-
libs/readline/INSTALL | 3 +--
libs/readline/POST_RESURRECT | 1 +
4 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit ceeb6aaa052b87fdbfc66d9ca759befb071cbea9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

readline: resurrect-compliance++

commit 45a920c32dbcdcd7295b9cfce305455720abef0b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

readline: corrected a typo in HISTORY

diff --git a/libs/readline/FINAL b/libs/readline/FINAL
new file mode 100755
index 0000000..32d09d8
--- /dev/null
+++ b/libs/readline/FINAL
@@ -0,0 +1 @@
+ldconfig
diff --git a/libs/readline/HISTORY b/libs/readline/HISTORY
index 0ad5aff..314819e 100644
--- a/libs/readline/HISTORY
+++ b/libs/readline/HISTORY
@@ -1,5 +1,11 @@
+2015-01-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * FINAL: added, INSTALL is not the right place for ldconfig, move it
+ here
+ * POST_RESURRECT: added, duplicate FINAL instructions for installing
+ via resurrect
+
2014-05-16 Treeve Jelbert <treeve AT sourcemage.org>
- * INSTAALL: add ldconfig, otherwise next spell fails
+ * INSTALL: add ldconfig, otherwise next spell fails

2014-04-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.3
diff --git a/libs/readline/INSTALL b/libs/readline/INSTALL
index 6a9aca9..a3aaf2b 100755
--- a/libs/readline/INSTALL
+++ b/libs/readline/INSTALL
@@ -10,5 +10,4 @@ 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 &&
-ldconfig
+fi
diff --git a/libs/readline/POST_RESURRECT b/libs/readline/POST_RESURRECT
new file mode 100755
index 0000000..32d09d8
--- /dev/null
+++ b/libs/readline/POST_RESURRECT
@@ -0,0 +1 @@
+ldconfig



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ceeb6aaa052b87fdbfc66d9ca759befb071cbea9), Vlad Glagolev, 01/30/2015

Archive powered by MHonArc 2.6.24.

Top of Page