$NetBSD: patch-am,v 1.1.1.1 2002/06/25 15:31:34 taca Exp $

--- script/installswat.sh.orig	Thu Jan 31 16:56:23 2002
+++ 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
