File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ all: IDLE.app
2929install : IDLE.app $(srcdir ) /config-main.def $(srcdir ) /config-extensions.def
3030 test -d " $( DESTDIR) $( PYTHONAPPSDIR) " || mkdir -p " $( DESTDIR) $( PYTHONAPPSDIR) "
3131 -test -d " $( DESTDIR) $( PYTHONAPPSDIR) /IDLE.app" && rm -r " $( DESTDIR) $( PYTHONAPPSDIR) /IDLE.app"
32- cp -PR IDLE.app " $( DESTDIR) $( PYTHONAPPSDIR) "
32+ /bin/ cp -PR IDLE.app " $( DESTDIR) $( PYTHONAPPSDIR) "
3333 touch " $( DESTDIR) $( PYTHONAPPSDIR) /IDLE.app"
34- cp $(srcdir ) /config-main.def " $( DESTDIR) $( prefix) /lib/python$( VERSION) /idlelib/config-main.def"
35- cp $(srcdir ) /config-extensions.def " $( DESTDIR) $( prefix) /lib/python$( VERSION) /idlelib/config-extensions.def"
34+ /bin/ cp $(srcdir ) /config-main.def " $( DESTDIR) $( prefix) /lib/python$( VERSION) /idlelib/config-main.def"
35+ /bin/ cp $(srcdir ) /config-extensions.def " $( DESTDIR) $( prefix) /lib/python$( VERSION) /idlelib/config-extensions.def"
3636
3737clean :
3838 rm -rf IDLE.app
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ all: Python\ Launcher.app
2929install : Python\ Launcher.app
3030 test -d " $( DESTDIR) $( PYTHONAPPSDIR) " || mkdir -p " $( DESTDIR) $( PYTHONAPPSDIR) "
3131 -test -d " $( DESTDIR) $( PYTHONAPPSDIR) /Python Launcher.app" && rm -r " $( DESTDIR) $( PYTHONAPPSDIR) /Python Launcher.app"
32- cp -r " Python Launcher.app" " $( DESTDIR) $( PYTHONAPPSDIR) "
32+ /bin/ cp -r " Python Launcher.app" " $( DESTDIR) $( PYTHONAPPSDIR) "
3333 touch " $( DESTDIR) $( PYTHONAPPSDIR) /Python Launcher.app"
3434
3535clean :
You can’t perform that action at this time.
0 commit comments