Skip to content

Commit 945b215

Browse files
committed
Issue python#22471: Avoid Python Launcher.app install problems by removing
vestigial Makefile step.
2 parents 385ffbf + b1f4ec6 commit 945b215

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mac/PythonLauncher/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Python\ Launcher.app: Info.plist \
5050
cp $(srcdir)/../Icons/PythonCompiled.icns "Python Launcher.app/Contents/Resources"
5151
cp $(srcdir)/factorySettings.plist "Python Launcher.app/Contents/Resources"
5252
cp -R $(srcdir)/English.lproj "Python Launcher.app/Contents/Resources"
53-
find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r
5453

5554
FileSettings.o: $(srcdir)/FileSettings.m
5655
$(CC) $(CFLAGS) -o $@ -c $(srcdir)/FileSettings.m

0 commit comments

Comments
 (0)