]> git.pld-linux.org Git - packages/criu.git/blobdiff - criu-python.patch
- updated to 2.3
[packages/criu.git] / criu-python.patch
index 1cb313ee8328a6db8a5820907784f0d54f5930f5..56ea2705a89b8e89fe2217fb8951a77a76251ef8 100644 (file)
@@ -1,11 +1,11 @@
---- criu-1.5.1/Makefile.orig   2015-04-05 17:59:01.846070466 +0200
-+++ criu-1.5.1/Makefile        2015-04-05 18:08:00.123965069 +0200
-@@ -289,7 +289,7 @@
- install-crit: crit
-       $(E) "  INSTALL crit"
--      $(Q) python scripts/crit-setup.py install --prefix=$(DESTDIR)
-+      $(Q) python scripts/crit-setup.py install --root=$(DESTDIR) --optimize=2
- .PHONY: install install-man install-crit
+--- criu-2.3/lib/Makefile.orig 2016-06-14 10:41:17.000000000 +0200
++++ criu-2.3/lib/Makefile      2016-06-24 19:03:15.652060689 +0200
+@@ -56,7 +56,7 @@
+       $(Q) sed -e 's,@version@,$(CRIU_VERSION),' -e 's,@libdir@,$(LIBDIR),' -e 's,@includedir@,$(dir $(INCLUDEDIR)),' c/criu.pc.in > c/criu.pc
+       $(Q) install -m 644 c/criu.pc $(DESTDIR)$(LIBDIR)/pkgconfig
+       $(E) "  INSTALL " crit
+-      $(Q) python ../scripts/crit-setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) --record $(CRIT_SETUP_FILES)
++      $(Q) python ../scripts/crit-setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) --install-purelib=$(PYSITESCRIPTDIR) --optimize=2 --record $(CRIT_SETUP_FILES)
+ .PHONY: install
  
+ uninstall:
This page took 0.113671 seconds and 4 git commands to generate.