forked from pool/sanlock
- Update to sanlock 3.7.0 - allow setting max_sectors_kb - configurable sector size and align size - support SANLOCK_RUN_DIR and SANLOCK_PRIVILEGED environment variables - Dropped patches: sanlock-old_blkid.patch, suse-fix-link-errors.patch OBS-URL: https://build.opensuse.org/request/show/687475 OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=48
14 lines
345 B
Diff
14 lines
345 B
Diff
Index: python/Makefile
|
|
===================================================================
|
|
--- python/Makefile.orig
|
|
+++ python/Makefile
|
|
@@ -11,7 +11,7 @@ inplace:
|
|
python setup.py build_ext --inplace
|
|
|
|
install:
|
|
- python setup.py install --root=$(DESTDIR)
|
|
+ python setup.py install --root=$(DESTDIR) --prefix=$(PREFIX)
|
|
|
|
clean:
|
|
rm -rf build
|