Skip to Content.
Sympa Menu

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

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 (2d7fe96b3a7e5db5c54660801ee4ade3087b2a56)
  • Date: Mon, 14 Aug 2017 14:45:08 +0000

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

editors/nvi/INSTALL | 6 ++++++
1 file changed, 6 insertions(+)

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

nvi: actually install profile.d script

diff --git a/editors/nvi/INSTALL b/editors/nvi/INSTALL
index cf2b17d..945d99b 100755
--- a/editors/nvi/INSTALL
+++ b/editors/nvi/INSTALL
@@ -2,4 +2,10 @@ default_install &&

if [[ $NVI_SYMLINK == y ]]; then
ln -vsf "${TRACK_ROOT}/usr/bin/nvi" "${INSTALL_ROOT}/usr/bin/vi"
+fi &&
+
+if install_config_file "${SPELL_DIRECTORY}/profile.d/editor.sh" \
+ "${INSTALL_ROOT}/etc/profile.d/editor.sh"; then
+
+ chmod 0755 "${INSTALL_ROOT}/etc/profile.d/editor.sh"
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2d7fe96b3a7e5db5c54660801ee4ade3087b2a56), Vlad Glagolev, 08/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page