summaryrefslogtreecommitdiff
path: root/net/samba2/patches/patch-aj
blob: a3ef2a74ea4cb2dbc734f3fe91ac757e587436fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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