From eecc680e16132b0825bed2030c3f216981bf78f6 Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 8 Mar 2003 03:33:42 +0000 Subject: Make sure directory exists before trying to install into it. --- fonts/kochi-cidfonts/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fonts/kochi-cidfonts/Makefile b/fonts/kochi-cidfonts/Makefile index b896686d184..0597b82681f 100644 --- a/fonts/kochi-cidfonts/Makefile +++ b/fonts/kochi-cidfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/02/15 23:02:07 kei Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/08 03:33:42 jmc Exp $ DISTNAME= kochi-cidfonts-0.0.0.20030101 CATEGORIES= fonts X11 japanese @@ -19,6 +19,7 @@ NO_BUILD= YES FONTDIR= ${PREFIX}/share/ghostscript/Resource/CIDFont do-install: + ${MKDIR} ${FONTDIR}; \ cd ${DISTDIR}; \ ${INSTALL_DATA} ${DISTFILES} ${FONTDIR}; \ ${GUNZIP_CMD} ${FONTDIR}/Kochi-*${EXTRACT_SUFX} -- cgit v1.2.3