diff options
Diffstat (limited to 'recipes/yum/files/paths2.patch')
-rw-r--r-- | recipes/yum/files/paths2.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/yum/files/paths2.patch b/recipes/yum/files/paths2.patch index db614dfbbd..2e11bdc71e 100644 --- a/recipes/yum/files/paths2.patch +++ b/recipes/yum/files/paths2.patch @@ -13,7 +13,7 @@ -PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix') +PYSYSDIR = $(prefix) PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER) - PKGDIR = $(PYLIBDIR)/site-recipes/$(PACKAGE) + PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE) all: echo "Nothing to do" @@ -27,7 +27,7 @@ -PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix') +PYSYSDIR = $(prefix) PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER) - PKGDIR = $(PYLIBDIR)/site-recipes/$(PACKAGE) + PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE) all: echo "Nothing to do" |