Files
poky/meta/packages/yum/files/fix
Marcin Juszkiewicz bc6e408352 yum: fixed packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5426 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-07 09:31:18 +00:00

528 B

rpmUtils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- yum-3.2.18.orig/rpmUtils/Makefile +++ yum-3.2.18/rpmUtils/Makefile @@ -1,10 +1,10 @@ PYTHON=python 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') +PYSYSDIR := /usr PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER) PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE) all: echo "Nothing to do"