Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 268887 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.pre.in (-1 / +2 lines)
Lines 87-97 Link Here
87
87
88
# Expanded directories
88
# Expanded directories
89
BINDIR=		$(exec_prefix)/bin
89
BINDIR=		$(exec_prefix)/bin
90
LIBDIR=		$(exec_prefix)/@@GENTOO_LIBDIR@@
90
LIBDIR=		@libdir@
91
MANDIR=		@mandir@
91
MANDIR=		@mandir@
92
INCLUDEDIR=	@includedir@
92
INCLUDEDIR=	@includedir@
93
CONFINCLUDEDIR=	$(exec_prefix)/include
93
CONFINCLUDEDIR=	$(exec_prefix)/include
94
SCRIPTDIR=	$(prefix)/@@GENTOO_LIBDIR@@
94
SCRIPTDIR=	$(prefix)/@@GENTOO_LIBDIR@@
95
LIBDIRNAME=	@@GENTOO_LIBDIR@@
95
96
96
# Detailed destination directories
97
# Detailed destination directories
97
BINLIBDEST=	$(LIBDIR)/python$(VERSION)
98
BINLIBDEST=	$(LIBDIR)/python$(VERSION)

Return to bug 268887