]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport of r68150
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 2 Jan 2009 11:47:17 +0000 (11:47 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 2 Jan 2009 11:47:17 +0000 (11:47 +0000)
Mac/IDLE/Makefile.in
Mac/PythonLauncher/Makefile.in

index 1fd30a7d17b2e021766c1dab64cbdcf9bce93f2c..496c139e721c860a5dbf3509d51c5083cc887b76 100644 (file)
@@ -29,10 +29,10 @@ all: IDLE.app
 install: IDLE.app $(srcdir)/config-main.def $(srcdir)/config-extensions.def
        test -d "$(DESTDIR)$(PYTHONAPPSDIR)" || mkdir -p "$(DESTDIR)$(PYTHONAPPSDIR)"
        -test -d "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app"
-       cp -PR IDLE.app "$(DESTDIR)$(PYTHONAPPSDIR)"
+       /bin/cp -PR IDLE.app "$(DESTDIR)$(PYTHONAPPSDIR)"
        touch "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app"
-       cp $(srcdir)/config-main.def "$(DESTDIR)$(prefix)/lib/python$(VERSION)/idlelib/config-main.def"
-       cp $(srcdir)/config-extensions.def "$(DESTDIR)$(prefix)/lib/python$(VERSION)/idlelib/config-extensions.def"
+       /bin/cp $(srcdir)/config-main.def "$(DESTDIR)$(prefix)/lib/python$(VERSION)/idlelib/config-main.def"
+       /bin/cp $(srcdir)/config-extensions.def "$(DESTDIR)$(prefix)/lib/python$(VERSION)/idlelib/config-extensions.def"
 
 clean:
        rm -rf IDLE.app
index 91a26d410d9bf4b8c034e59544c7fd5c238631b6..d61e1aa59fb59df07c9aa4b56db07a5f95e83530 100644 (file)
@@ -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: