summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-10-18 13:59:57 +0000
committer Eric Hameleers <alien@slackware.com>2006-10-18 13:59:57 +0000
commit8f1b6687e667c320d9786afafa0d5a5058008681 (patch)
treeda3fe3b5b766c1d6d5186b5806eb5cc2293438e6
parent2256a6caabd7b455d9a88598239c91248727110d (diff)
downloadasb-8f1b6687e667c320d9786afafa0d5a5058008681.tar.gz
asb-8f1b6687e667c320d9786afafa0d5a5058008681.tar.xz
Fixed pathname for cidmap
-rwxr-xr-xfontforge/build/fontforge.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/fontforge/build/fontforge.SlackBuild b/fontforge/build/fontforge.SlackBuild
index 656d137e..0dc9641e 100755
--- a/fontforge/build/fontforge.SlackBuild
+++ b/fontforge/build/fontforge.SlackBuild
@@ -170,8 +170,8 @@ for (( i = 0; i < ${#SOURCE[*]}; i++ )) ; do
done
# Read README-unix for the 'why' of the cidmaps:
-mkdir ${PRGNAM}-${VERSION}/cidmaps
-mv *.cidmap ${PRGNAM}-${VERSION}/cidmaps/
+mkdir ${PRGNAM}-${VERSION}/cidmap
+mv *.cidmap ${PRGNAM}-${VERSION}/cidmap/
cd ${PRGNAM}-${VERSION}
chown -R root.root *