Skip to Content.
Sympa Menu

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

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 (b654bc0972c1c85fa63649f4b3096dbc218a23c7)
  • Date: Fri, 7 Apr 2017 13:28:35 +0000

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

fonts-x11/leggie/INSTALL | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

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

leggie: renamed font directory var to font_dir

diff --git a/fonts-x11/leggie/INSTALL b/fonts-x11/leggie/INSTALL
index 4857b9c..87957e4 100755
--- a/fonts-x11/leggie/INSTALL
+++ b/fonts-x11/leggie/INSTALL
@@ -1,7 +1,7 @@
-local fontdir="${INSTALL_ROOT}/usr/share/fonts/X11/misc/" &&
+local font_dir="${INSTALL_ROOT}/usr/share/fonts/X11/misc/" &&

-if [ ! -d "${fontdir}" ]; then
+if [ ! -d "${font_dir}" ]; then
install -vm 755 -d "${fontdir}"
fi &&

-install -D -vm 0644 *.bdf "${fontdir}"
+install -D -vm 0644 *.bdf "${font_dir}"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b654bc0972c1c85fa63649f4b3096dbc218a23c7), Vlad Glagolev, 04/07/2017

Archive powered by MHonArc 2.6.24.

Top of Page