Skip to content

Commit 19658a3

Browse files
committed
pythongh-111015: Install IDLE.app with correct permissions
Closes: python#111015
1 parent a77fa05 commit 19658a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Mac/Makefile.in

+2
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ install_IDLE:
257257
rm "$(DESTDIR)$(LIBDEST)/idlelib/config-extensions.def~" ; \
258258
fi
259259
touch "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app"
260+
chmod -R ugo+rX,go-w "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app"
261+
chmod ugo+x "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app/Contents/MacOS/IDLE"
260262

261263
$(INSTALLED_PYTHONAPP): install_Python
262264

0 commit comments

Comments
 (0)