331aa19f86
* sanlock: change log level for resource names * sanlock: include worker thread info in status * sanlock: reuse io buffer with hugepages * sanlock: use hugepages to avoid splitting read io * sanlock: don't reduce max_sectors_kb * sanlock: fix is dead log message for unused host id * sanlock: repeat helper_msg string termination * sanlock: fix invalid strcpy in direct dump OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=79
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
|