]> git.pld-linux.org Git - packages/libparserutils.git/blame - lib.patch
fix install on lib64 systems
[packages/libparserutils.git] / lib.patch
CommitLineData
c08dfa0e
ER
1--- libparserutils-0.1.2/Makefile~ 2013-04-19 21:06:57.000000000 +0300
2+++ libparserutils-0.1.2/Makefile 2013-04-27 16:34:18.203838178 +0300
3@@ -32,6 +32,7 @@
4 include $(NSBUILD)/Makefile.top
5
6 # Extra installation rules
7+lib := lib
8 Is := include/parserutils
9 I := /include/parserutils
10 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/errors.h;$(Is)/functypes.h;$(Is)/parserutils.h;$(Is)/types.h
11@@ -48,5 +49,5 @@
12 I := /include/parserutils/utils
13 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/buffer.h;$(Is)/stack.h;$(Is)/vector.h
14
15-INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in
16-INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT)
17+INSTALL_ITEMS := $(INSTALL_ITEMS) /$(lib)/pkgconfig:lib$(COMPONENT).pc.in
18+INSTALL_ITEMS := $(INSTALL_ITEMS) /$(lib):$(OUTPUT)
This page took 0.059464 seconds and 4 git commands to generate.