diff options
Diffstat (limited to 'net/freeradius3/files/patch-install-sh')
| -rw-r--r-- | net/freeradius3/files/patch-install-sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/freeradius3/files/patch-install-sh b/net/freeradius3/files/patch-install-sh new file mode 100644 index 000000000000..e0742d564d16 --- /dev/null +++ b/net/freeradius3/files/patch-install-sh @@ -0,0 +1,11 @@ +--- ./install-sh.orig 2014-05-13 12:44:10.000000000 -0400 ++++ ./install-sh 2014-05-13 12:44:43.000000000 -0400 +@@ -120,7 +120,7 @@ + instcmd=: + chmodcmd="" + else +- instcmd=mkdir ++ instcmd="mkdir -p" + fi + else + |
