[Zope-Checkins] CVS: Zope/inst - Makefile.win.in:1.1.2.4

Chris McDonough chrism@zope.com
Fri, 11 Oct 2002 14:40:41 -0400


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv15689

Modified Files:
      Tag: chrism-install-branch
	Makefile.win.in 
Log Message:
Adjust prefix to match new custom zope install scheme.


=== Zope/inst/Makefile.win.in 1.1.2.3 => 1.1.2.4 ===
--- Zope/inst/Makefile.win.in:1.1.2.3	Wed Oct  9 11:31:15 2002
+++ Zope/inst/Makefile.win.in	Fri Oct 11 14:40:41 2002
@@ -74,7 +74,7 @@
 	$(INSTALL_COPY) "$(SKEL_DIR)" "$(TARGET_DIR)"
 	$(WRITE_INFILE) "$(INFILE_DIR)\make_instance.py.in" \
 	   "$(TARGET_DIR)\inst\make_instance.py"
-	"$(PYTHON)" inst\setup.py install --prefix="$(TARGET_DIR)\lib\python" $(OPT_FLAGS)
+	"$(PYTHON)" inst\setup.py install --prefix="$(TARGET_DIR)" $(OPT_FLAGS)
 	@ echo.
 	@ echo Zope binaries installed successfully.
 	@ echo Now run '$(TARGET_DIR)\inst\make_instance.py'