summaryrefslogtreecommitdiff
path: root/net/samba2/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba2/patches/patch-ah')
-rw-r--r--net/samba2/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/samba2/patches/patch-ah b/net/samba2/patches/patch-ah
new file mode 100644
index 00000000000..273ba5a9160
--- /dev/null
+++ b/net/samba2/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1.1.1 2004/01/11 00:41:13 jlam 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