summaryrefslogtreecommitdiff
path: root/fonts/ghostscript-cmaps/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/ghostscript-cmaps/INSTALL')
-rw-r--r--fonts/ghostscript-cmaps/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ghostscript-cmaps/INSTALL b/fonts/ghostscript-cmaps/INSTALL
index cec0411abdf..aca4e99dc24 100644
--- a/fonts/ghostscript-cmaps/INSTALL
+++ b/fonts/ghostscript-cmaps/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.1.1.1 2002/09/13 22:35:49 jlam Exp $
+# $NetBSD: INSTALL,v 1.2 2002/09/13 22:38:33 jlam Exp $
ADOBE_RESOURCEDIR="@ADOBE_RESOURCEDIR@"
GS_RESOURCEDIR="@GS_RESOURCEDIR@"
@@ -24,7 +24,7 @@ POST-INSTALL)
DEINSTALL)
for file in ${FONTFILES}; do
- fontbase=`${BASENAME} $file`
+ base=`${BASENAME} $file`
dest="${GS_RESOURCEDIR}/CMap/$base"
${RM} -f $dest
done