]> git.pld-linux.org Git - packages/libseccomp.git/blob - libseccomp-pc.patch
- new
[packages/libseccomp.git] / libseccomp-pc.patch
1 --- libseccomp-1.0.0/Makefile.orig      2012-07-28 00:39:00.000000000 +0200
2 +++ libseccomp-1.0.0/Makefile   2012-10-27 21:21:08.860539706 +0200
3 @@ -85,7 +85,8 @@
4  
5  install: $(SUBDIRS_BUILD)
6         @$(ECHO) ">> INFO: installing in $(INSTALL_PREFIX) ..."
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 \
11                 $(ECHO) ">> INFO: installing from $$dir/"; \
12                 $(MAKE) -C $$dir install; \
This page took 0.034305 seconds and 3 git commands to generate.