aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/iv/files/patch-co11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-co b/japanese/iv/files/patch-co
new file mode 100644
index 000000000000..113433158ab4
--- /dev/null
+++ b/japanese/iv/files/patch-co
@@ -0,0 +1,11 @@
+--- src/bin/scripts/mkdirhier.sh.orig Wed Aug 16 03:15:19 2000
++++ src/bin/scripts/mkdirhier.sh Wed Aug 16 03:15:56 2000
+@@ -52,7 +52,7 @@
+ done
+
+ mkdir $paths || status=$?
+- chmod g+w $paths
++ chmod g-w $paths
+
+ break
+ }