summaryrefslogtreecommitdiff
path: root/net/ja-samba/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'net/ja-samba/patches/patch-am')
-rw-r--r--net/ja-samba/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/ja-samba/patches/patch-am b/net/ja-samba/patches/patch-am
new file mode 100644
index 00000000000..d7163895654
--- /dev/null
+++ b/net/ja-samba/patches/patch-am
@@ -0,0 +1,13 @@
+$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