diff options
Diffstat (limited to 'lang/mono/files/patch-install-sh')
-rw-r--r-- | lang/mono/files/patch-install-sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/mono/files/patch-install-sh b/lang/mono/files/patch-install-sh deleted file mode 100644 index 4a0b856ccb18..000000000000 --- a/lang/mono/files/patch-install-sh +++ /dev/null @@ -1,11 +0,0 @@ ---- install-sh.orig Wed Nov 3 03:14:42 2004 -+++ install-sh Wed Nov 3 03:14:51 2004 -@@ -56,7 +56,7 @@ - chgrpprog="${CHGRPPROG-chgrp}" - stripprog="${STRIPPROG-strip}" - rmprog="${RMPROG-rm}" --mkdirprog="${MKDIRPROG-mkdir}" -+mkdirprog="${MKDIRPROG-mkdir -p}" - - transformbasename= - transform_arg= |