summaryrefslogtreecommitdiffstats
path: root/fonts-x11/spleen/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11/spleen/INSTALL')
-rwxr-xr-xfonts-x11/spleen/INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/fonts-x11/spleen/INSTALL b/fonts-x11/spleen/INSTALL
index d078470401..3b4fbb109a 100755
--- a/fonts-x11/spleen/INSTALL
+++ b/fonts-x11/spleen/INSTALL
@@ -8,6 +8,10 @@ fi &&
install -vm 0644 *.pcf.gz "${PCF_DIR}" &&
+if list_find "${SPLEEN_FORMATS}" otb; then
+ install -vm 0644 *.otb "${PCF_DIR}"
+fi &&
+
if list_find "${SPLEEN_FORMATS}" otf; then
if [ ! -d "${OTF_DIR}" ]; then
mkdir -p "${OTF_DIR}"