summaryrefslogtreecommitdiffstats
path: root/meta/packages/yum/files/paths2.patch
blob: 8fe6d0c983a4638765cca2ac304ebb7604d2d836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
 rpmUtils/Makefile |    2 +-
 yum/Makefile      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: yum-3.2.27/rpmUtils/Makefile
===================================================================
--- yum-3.2.27.orig/rpmUtils/Makefile	2010-03-24 17:26:39.759798777 +0000
+++ yum-3.2.27/rpmUtils/Makefile	2010-03-24 17:26:54.835863845 +0000
@@ -2,8 +2,8 @@
 PACKAGE = $(shell basename `pwd`)
 PYFILES = $(wildcard *.py)
 PYVER := $(shell $(PYTHON) -c 'import sys; print "%.3s" %(sys.version)')
-PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix')
-PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER)
+PYSYSDIR = $(libdir)
+PYLIBDIR = $(PYSYSDIR)/python$(PYVER)
 PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE)
 
 all: 
Index: yum-3.2.27/yum/Makefile
===================================================================
--- yum-3.2.27.orig/yum/Makefile	2010-03-24 17:26:39.759798777 +0000
+++ yum-3.2.27/yum/Makefile	2010-03-24 17:26:43.726773783 +0000
@@ -2,8 +2,8 @@
 PACKAGE = $(shell basename `pwd`)
 PYFILES = $(wildcard *.py)
 PYVER := $(shell $(PYTHON) -c 'import sys; print "%.3s" %(sys.version)')
-PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix')
-PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER)
+PYSYSDIR = $(libdir)
+PYLIBDIR = $(PYSYSDIR)/python$(PYVER)
 PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE)
 
 all: