14 lines
349 B
Diff
14 lines
349 B
Diff
|
Index: python/Makefile
|
||
|
===================================================================
|
||
|
--- python/Makefile.orig
|
||
|
+++ python/Makefile
|
||
|
@@ -10,7 +10,7 @@ all:
|
||
|
$(PYTHON) setup.py build $(BUILDARGS)
|
||
|
|
||
|
install:
|
||
|
- $(PYTHON) setup.py install --root=$(DESTDIR)
|
||
|
+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PREFIX)
|
||
|
|
||
|
clean:
|
||
|
rm -rf build
|