mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Fix for issue 3433
This commit is contained in:
parent
5a5c7392ab
commit
862359e2e6
2 changed files with 4 additions and 4 deletions
|
|
@ -29,7 +29,7 @@ all: Python\ Launcher.app
|
|||
install: Python\ Launcher.app
|
||||
test -d "$(DESTDIR)$(PYTHONAPPSDIR)" || mkdir -p "$(DESTDIR)$(PYTHONAPPSDIR)"
|
||||
-test -d "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app"
|
||||
cp -r "Python Launcher.app" "$(DESTDIR)$(PYTHONAPPSDIR)"
|
||||
/bin/cp -r "Python Launcher.app" "$(DESTDIR)$(PYTHONAPPSDIR)"
|
||||
touch "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app"
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue