From 0c069c7a865da6412058f0c9f540d0475760e1f7 Mon Sep 17 00:00:00 2001 From: ciesiel Date: Sat, 10 Jan 2004 13:06:54 +0000 Subject: [PATCH] - added patch fixed bad ln in makefile on Zope 2.7b4* Changed files: Zope-pld_makefile_fix.patch -> 1.1 --- Zope-pld_makefile_fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Zope-pld_makefile_fix.patch diff --git a/Zope-pld_makefile_fix.patch b/Zope-pld_makefile_fix.patch new file mode 100644 index 0000000..b40354b --- /dev/null +++ b/Zope-pld_makefile_fix.patch @@ -0,0 +1,11 @@ +diff -urN Zope-2.7.org/inst/Makefile.in Zope-2.7.new/inst/Makefile.in +--- Zope-2.7.org/inst/Makefile.in 2004-01-09 00:33:43.000000000 +0100 ++++ Zope-2.7.new/inst/Makefile.in 2004-01-10 13:01:39.000000000 +0100 +@@ -58,7 +58,6 @@ + install: build + ${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} install \ + --home="${PREFIX}" ${BUILD_FLAGS} ${INSTALL_FLAGS} +- [ -f ${PREFIX}/bin/python ] || ${LN} ${PYTHON} ${PREFIX}/bin/python + @echo + @echo Zope binaries installed successfully. + @echo Now run \'${PREFIX}/bin/mkzopeinstance.py\' -- 2.44.0