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