]> git.pld-linux.org Git - packages/libseccomp.git/blame - libseccomp-pc.patch
- run testsuite
[packages/libseccomp.git] / libseccomp-pc.patch
CommitLineData
c86f6298
AM
1--- libseccomp-2.0.0/Makefile~ 2013-01-16 21:07:08.000000000 +0100
2+++ libseccomp-2.0.0/Makefile 2013-01-28 17:51:12.258014973 +0100
98e97d35
JB
3@@ -85,7 +85,8 @@
4
5 install: $(SUBDIRS_BUILD)
c86f6298 6 @$(ECHO_INFO) "installing in $(INSTALL_PREFIX) ..."
98e97d35
JB
7- $(INSTALL_PC_MACRO) libseccomp.pc
8+ $(INSTALL) -d $(INSTALL_LIB_DIR)/pkgconfig
9+ $(INSTALL) libseccomp.pc $(INSTALL_LIB_DIR)/pkgconfig
10 @for dir in $(SUBDIRS_INSTALL); do \
c86f6298 11 $(ECHO_INFO) "installing from $$dir/"; \
98e97d35 12 $(MAKE) -C $$dir install; \
This page took 0.092323 seconds and 4 git commands to generate.