Skip to content

Instantly share code, notes, and snippets.

@bd808
Created March 28, 2013 20:13
Show Gist options
  • Save bd808/5266407 to your computer and use it in GitHub Desktop.
Save bd808/5266407 to your computer and use it in GitHub Desktop.
Mac/PythonLauncher/Makefile.in patch
diff --git a/Mac/PythonLauncher/Makefile.in b/Mac/PythonLauncher/Makefile.in
index a6962f6..fb11650 100644
--- a/Mac/PythonLauncher/Makefile.in
+++ b/Mac/PythonLauncher/Makefile.in
@@ -54,7 +54,7 @@ Python\ Launcher.app: Info.plist \
--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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment