$NetBSD: patch-aj,v 1.1.1.1 2004/01/11 00:41:13 jlam Exp $ --- script/installswat.sh.orig Mon Apr 16 10:34:11 2001 +++ script/installswat.sh @@ -10,7 +10,7 @@ for d in $SWATDIR $SWATDIR/help $SWATDIR/images $SWATDIR/include; do if [ ! -d $d ]; then - mkdir $d + mkdir -p $d if [ ! -d $d ]; then echo Failed to make directory $d, does $USER have privileges? exit 1