SHA256
1
0
forked from pool/python
python/Python-2.3.3-dirs.patch
OBS User autobuild 3d7eaf78a6 Accepting request 24103 from devel:languages:python:Factory
Copy from devel:languages:python:Factory/python based on submit request 24103 from user matejcik

OBS-URL: https://build.opensuse.org/request/show/24103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=40
2009-11-16 09:06:23 +00:00

24 lines
631 B
Diff

# force use of directories passed to configure script
Index: Makefile.pre.in
===================================================================
--- Makefile.pre.in.orig
+++ Makefile.pre.in
@@ -86,12 +86,12 @@ exec_prefix= @exec_prefix@
datarootdir= @datarootdir@
# Expanded directories
-BINDIR= $(exec_prefix)/bin
-LIBDIR= $(exec_prefix)/lib
+BINDIR= @bindir@
+LIBDIR= @libdir@
MANDIR= @mandir@
INCLUDEDIR= @includedir@
-CONFINCLUDEDIR= $(exec_prefix)/include
-SCRIPTDIR= $(prefix)/lib
+CONFINCLUDEDIR= @includedir@
+SCRIPTDIR= @libdir@
# Detailed destination directories
BINLIBDEST= $(LIBDIR)/python$(VERSION)