summaryrefslogtreecommitdiffstats
path: root/fonts-x11/leggie/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11/leggie/INSTALL')
-rwxr-xr-xfonts-x11/leggie/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/fonts-x11/leggie/INSTALL b/fonts-x11/leggie/INSTALL
new file mode 100755
index 0000000000..4857b9cbe4
--- /dev/null
+++ b/fonts-x11/leggie/INSTALL
@@ -0,0 +1,7 @@
+local fontdir="${INSTALL_ROOT}/usr/share/fonts/X11/misc/" &&
+
+if [ ! -d "${fontdir}" ]; then
+ install -vm 755 -d "${fontdir}"
+fi &&
+
+install -D -vm 0644 *.bdf "${fontdir}"