12b0f39c97
Copy from devel:languages:python:Factory/python based on submit request 46504 from user matejcik OBS-URL: https://build.opensuse.org/request/show/46504 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=52
14 lines
415 B
Diff
14 lines
415 B
Diff
Index: Python-2.7/Makefile.pre.in
|
|
===================================================================
|
|
--- Python-2.7.orig/Makefile.pre.in
|
|
+++ Python-2.7/Makefile.pre.in
|
|
@@ -94,7 +94,7 @@ LIBDIR= @libdir@
|
|
MANDIR= @mandir@
|
|
INCLUDEDIR= @includedir@
|
|
CONFINCLUDEDIR= $(exec_prefix)/include
|
|
-SCRIPTDIR= $(prefix)/lib
|
|
+SCRIPTDIR= @libdir@
|
|
|
|
# Detailed destination directories
|
|
BINLIBDEST= $(LIBDIR)/python$(VERSION)
|