sanlock/sanlock-python-prefix.patch
James Fehlig c7a785ce92 Accepting request 710440 from home:jfehlig:branches:Virtualization
- Update to sanlock 3.8.0
  - Add support for python 3
  - Add support for 4k sector size
  - More API test coverage
  - Misc bug fixes and improvements
  - Dropped patches:
    revert-5d535c0d-py2.patch, sanlock-python3.patch

OBS-URL: https://build.opensuse.org/request/show/710440
OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=53
2019-06-17 22:41:08 +00:00

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