summaryrefslogtreecommitdiffstats
path: root/fonts
diff options
context:
space:
mode:
authorJaka Kranjc2008-07-14 17:38:01 +0200
committerJaka Kranjc2008-07-14 17:38:01 +0200
commit7f9a0fae02e697f911e1e84225ade3480c4d47ec (patch)
treecf2e9c431fd9f81a520366dddd40f00682aa99d7 /fonts
parent29423b867dc0533b66af5fbfc31084b8b14b0efd (diff)
ttf-kochi-substitute: fixed font lookup path - made it cast
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ttf-kochi-substitute/HISTORY3
-rwxr-xr-xfonts/ttf-kochi-substitute/INSTALL2
2 files changed, 4 insertions, 1 deletions
diff --git a/fonts/ttf-kochi-substitute/HISTORY b/fonts/ttf-kochi-substitute/HISTORY
index 11dc76a053..56aa6be611 100644
--- a/fonts/ttf-kochi-substitute/HISTORY
+++ b/fonts/ttf-kochi-substitute/HISTORY
@@ -1,3 +1,6 @@
+2008-07-14 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * INSTALL: fixed font lookup path
+
2008-07-05 Jaeic Lee <zeraxeal@gmail.com>
* DETAILS, HISTORY, POST_RESURRECT, INSTALL: spell created.
* FINAL, BUILD, DEPENDS, POST_REMOVE: Duplicated from ttf-dejavu. \ No newline at end of file
diff --git a/fonts/ttf-kochi-substitute/INSTALL b/fonts/ttf-kochi-substitute/INSTALL
index ca07248e48..ce14034a8e 100755
--- a/fonts/ttf-kochi-substitute/INSTALL
+++ b/fonts/ttf-kochi-substitute/INSTALL
@@ -1,2 +1,2 @@
mkdir -p "$INSTALL_ROOT/usr/share/fonts/TTF" &&
-install -m 644 -o root -g root ${SPELLX}-${VERSION}/*.ttf "$INSTALL_ROOT/usr/share/fonts/TTF" \ No newline at end of file
+install -m 644 -o root -g root *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"