$NetBSD: patch-ah,v 1.1 2001/07/13 16:08:41 taca 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