summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
authorVlad Glagolev2017-04-07 09:28:26 -0400
committerVlad Glagolev2017-04-07 09:28:26 -0400
commitb654bc0972c1c85fa63649f4b3096dbc218a23c7 (patch)
tree9ea419040743a33b713eb9102df7ceed4442c2c4 /fonts-x11
parente07b9757cbc656a0a0ee9d1fdf0f014301f2b4a9 (diff)
leggie: renamed font directory var to font_dir
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/leggie/INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts-x11/leggie/INSTALL b/fonts-x11/leggie/INSTALL
index 4857b9cbe4..87957e4103 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}"