sanlock/sanlock-python-prefix.patch

14 lines
349 B
Diff
Raw Normal View History

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