Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 337303
Collapse All | Expand All

(-)Makefile.pre.in.orig (-2 / +2 lines)
Lines 1005-1011 Link Here
1005
	   	--prefix=$(prefix) \
1005
	   	--prefix=$(prefix) \
1006
		--install-scripts=$(BINDIR) \
1006
		--install-scripts=$(BINDIR) \
1007
		--install-platlib=$(DESTSHARED) \
1007
		--install-platlib=$(DESTSHARED) \
1008
		--root=/$(DESTDIR)
1008
		--root=$(DESTDIR)
1009
1009
1010
# Here are a couple of targets for MacOSX again, to install a full
1010
# Here are a couple of targets for MacOSX again, to install a full
1011
# framework-based Python. frameworkinstall installs everything, the
1011
# framework-based Python. frameworkinstall installs everything, the
Lines 1085-1091 Link Here
1085
	./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \
1085
	./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \
1086
	--prefix=$(prefix) \
1086
	--prefix=$(prefix) \
1087
	--install-scripts=$(BINDIR) \
1087
	--install-scripts=$(BINDIR) \
1088
	--root=/$(DESTDIR)
1088
	--root=$(DESTDIR)
1089
1089
1090
# Build the toplevel Makefile
1090
# Build the toplevel Makefile
1091
Makefile.pre: Makefile.pre.in config.status
1091
Makefile.pre: Makefile.pre.in config.status

Return to bug 337303