Don't install directories writable to wheel
This commit is contained in:
parent
fd34708e71
commit
d8d56f789e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31682
1 changed files with 11 additions and 0 deletions
11
x11-toolkits/iv/files/patch-co
Normal file
11
x11-toolkits/iv/files/patch-co
Normal file
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue