]> git.pld-linux.org Git - packages/criu.git/blame - criu-python.patch
- updated to 2.3
[packages/criu.git] / criu-python.patch
CommitLineData
83bc7f40
JB
1--- criu-2.3/lib/Makefile.orig 2016-06-14 10:41:17.000000000 +0200
2+++ criu-2.3/lib/Makefile 2016-06-24 19:03:15.652060689 +0200
3@@ -56,7 +56,7 @@
4 $(Q) sed -e 's,@version@,$(CRIU_VERSION),' -e 's,@libdir@,$(LIBDIR),' -e 's,@includedir@,$(dir $(INCLUDEDIR)),' c/criu.pc.in > c/criu.pc
5 $(Q) install -m 644 c/criu.pc $(DESTDIR)$(LIBDIR)/pkgconfig
6 $(E) " INSTALL " crit
7- $(Q) python ../scripts/crit-setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) --record $(CRIT_SETUP_FILES)
8+ $(Q) python ../scripts/crit-setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) --install-purelib=$(PYSITESCRIPTDIR) --optimize=2 --record $(CRIT_SETUP_FILES)
9 .PHONY: install
1d80f334 10
83bc7f40 11 uninstall:
This page took 0.101093 seconds and 4 git commands to generate.