summaryrefslogtreecommitdiff
path: root/net/omniORB/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/omniORB/patches/patch-aa')
-rw-r--r--net/omniORB/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/omniORB/patches/patch-aa b/net/omniORB/patches/patch-aa
new file mode 100644
index 00000000000..65a2aa3f9e6
--- /dev/null
+++ b/net/omniORB/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/09/01 15:52:58 drochner Exp $
+
+--- bin/scripts/omkdirhier.orig 2004-02-11 21:36:28.000000000 +0600
++++ bin/scripts/omkdirhier
+@@ -81,7 +81,7 @@ do
+ fi
+ done
+
+- mkdir $paths || status=$?
++ mkdir -m 0755 $paths || status=$?
+
+ break
+ }