diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2015-08-26 00:29:14 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2015-08-26 00:29:14 +0200 |
commit | 6615de8dd9a08dd3c6cd0d6bebdb6158b32844f6 (patch) | |
tree | 0f973d347ee99e4378e3f96b4b06eb73f089bfe0 /nxcompext | |
parent | 00cec4924157db9498d56e5c1fbde852e8eb3717 (diff) | |
download | nx-libs-6615de8dd9a08dd3c6cd0d6bebdb6158b32844f6.tar.gz nx-libs-6615de8dd9a08dd3c6cd0d6bebdb6158b32844f6.tar.bz2 nx-libs-6615de8dd9a08dd3c6cd0d6bebdb6158b32844f6.zip |
create pkgcnfig dir before copying anything
Diffstat (limited to 'nxcompext')
-rw-r--r-- | nxcompext/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nxcompext/Makefile.in b/nxcompext/Makefile.in index b66a4c361..66388f86d 100644 --- a/nxcompext/Makefile.in +++ b/nxcompext/Makefile.in @@ -167,6 +167,7 @@ install.bin: install.lib: all ./mkinstalldirs $(DESTDIR)${libdir} + ./mkinstalldirs $(DESTDIR)${pkgconfigdir} ./mkinstalldirs $(DESTDIR)${includedir}/nx $(INSTALL_DATA) $(LIBFULL) $(DESTDIR)${libdir} $(INSTALL_LINK) $(LIBLOAD) $(DESTDIR)${libdir} |