[CRIU] [PATCH 10/12] build: criu.pc -- Move it to lib/c

Cyrill Gorcunov gorcunov at openvz.org
Fri Feb 12 10:05:16 PST 2016


From: Tycho Andersen <tycho.andersen at canonical.com>

This is (I think) where it was intended to go based on the gitignore
rename, so let's actually generate it and install it to/from there.

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 Makefile.install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.install b/Makefile.install
index 4f3b57fb07d8..ffd496f7a651 100644
--- a/Makefile.install
+++ b/Makefile.install
@@ -17,9 +17,9 @@ install-criu: all $(CRIU-LIB) install-crit
 	$(Q) sed -e 's, at version@,$(CRTOOLSVERSION),' \
 		-e 's, at libdir@,$(LIBDIR),' \
 		-e 's, at includedir@,$(dir $(INCLUDEDIR)),' \
-		lib/criu.pc.in > criu.pc
+		lib/criu.pc.in > lib/c/criu.pc
 	$(Q) mkdir -p $(DESTDIR)$(LIBDIR)/pkgconfig
-	$(Q) install -m 644 criu.pc $(DESTDIR)$(LIBDIR)/pkgconfig
+	$(Q) install -m 644 lib/c/criu.pc $(DESTDIR)$(LIBDIR)/pkgconfig
 
 install-man:
 	$(Q) $(MAKE) -C Documentation install
-- 
2.5.0



More information about the CRIU mailing list