summaryrefslogtreecommitdiffstats
path: root/fonts
diff options
context:
space:
mode:
authorJaka Kranjc2008-07-14 17:52:40 +0200
committerJaka Kranjc2008-07-14 17:52:40 +0200
commitada7a5a413f7e9c9d08006591b78e60c6a43f786 (patch)
treeca6f39affe7f79e44ad8713dc1581c4c7de2d5f2 /fonts
parent23e6d06fe28e580bd2fadac035c08b67d11b76a3 (diff)
unfonts-ttf: fixed installation
Diffstat (limited to 'fonts')
-rwxr-xr-xfonts/unfonts-ttf/DETAILS2
-rw-r--r--fonts/unfonts-ttf/HISTORY4
-rwxr-xr-xfonts/unfonts-ttf/INSTALL2
3 files changed, 6 insertions, 2 deletions
diff --git a/fonts/unfonts-ttf/DETAILS b/fonts/unfonts-ttf/DETAILS
index 1fe46b6748..77d24eef53 100755
--- a/fonts/unfonts-ttf/DETAILS
+++ b/fonts/unfonts-ttf/DETAILS
@@ -2,7 +2,7 @@
SPELLX=un-fonts-core
VERSION=1.0.2-080608
SOURCE=$SPELLX-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/un-fonts"
SOURCE_URL[0]=http://kldp.net/frs/download.php/4695/$SOURCE
SOURCE_HASH=sha512:ab7c394931b5dcc6a7f6db89b69928ee769cffcca08e1266ecf4864bfea06d9dacc45c4d821786de8dad04b84b0de78a9db84bfcbb0ec506999dbb791570d941
LICENSE[0]=GPL
diff --git a/fonts/unfonts-ttf/HISTORY b/fonts/unfonts-ttf/HISTORY
index 5dbff0b2ba..097d23b518 100644
--- a/fonts/unfonts-ttf/HISTORY
+++ b/fonts/unfonts-ttf/HISTORY
@@ -1,3 +1,7 @@
+2008-07-14 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * INSTALL: fixed install path
+ * DETAILS: fixed SOURCE_DIRECTORY
+
2008-06-30 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/unfonts-ttf/INSTALL b/fonts/unfonts-ttf/INSTALL
index f931227272..ce14034a8e 100755
--- a/fonts/unfonts-ttf/INSTALL
+++ b/fonts/unfonts-ttf/INSTALL
@@ -1,2 +1,2 @@
mkdir -p "$INSTALL_ROOT/usr/share/fonts/TTF" &&
-install -m 644 -o root -g root un-fonts/*.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"
+install -m 644 -o root -g root *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"