We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 385ffbf + b1f4ec6 commit 945b215Copy full SHA for 945b215
Mac/PythonLauncher/Makefile.in
@@ -50,7 +50,6 @@ Python\ Launcher.app: Info.plist \
50
cp $(srcdir)/../Icons/PythonCompiled.icns "Python Launcher.app/Contents/Resources"
51
cp $(srcdir)/factorySettings.plist "Python Launcher.app/Contents/Resources"
52
cp -R $(srcdir)/English.lproj "Python Launcher.app/Contents/Resources"
53
- find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r
54
55
FileSettings.o: $(srcdir)/FileSettings.m
56
$(CC) $(CFLAGS) -o $@ -c $(srcdir)/FileSettings.m
0 commit comments