$NetBSD: patch-ah,v 1.1.1.1 2004/01/11 00:41:13 jlam Exp $

--- script/installcp.sh.orig	Mon Dec 13 22:27:43 1999
+++ script/installcp.sh
@@ -12,7 +12,7 @@
 echo Installing codepage files in $CODEPAGEDIR
 for d in $LIBDIR $CODEPAGEDIR; do
 if [ ! -d $d ]; then
-mkdir $d
+mkdir -p $d
 if [ ! -d $d ]; then
   echo Failed to make directory $d
   exit 1
