diff options
Diffstat (limited to 'external/python3/python-3.3.5-darwin-gnu-xargs.patch.1')
-rw-r--r-- | external/python3/python-3.3.5-darwin-gnu-xargs.patch.1 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/external/python3/python-3.3.5-darwin-gnu-xargs.patch.1 b/external/python3/python-3.3.5-darwin-gnu-xargs.patch.1 deleted file mode 100644 index d955618674e5..000000000000 --- a/external/python3/python-3.3.5-darwin-gnu-xargs.patch.1 +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur python3.org/Mac/PythonLauncher/Makefile.in python3/Mac/PythonLauncher/Makefile.in ---- python3.org/Mac/PythonLauncher/Makefile.in 2015-06-06 08:47:38.000000000 +0300 -+++ python3/Mac/PythonLauncher/Makefile.in 2015-06-06 08:48:18.000000000 +0300 -@@ -53,7 +53,7 @@ - --resource=$(srcdir)/factorySettings.plist \ - --plist Info.plist \ - build -- find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r -+ find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -rf - - - FileSettings.o: $(srcdir)/FileSettings.m |