From: Roger Pau Monne Date: Wed, 23 Nov 2016 16:56:39 +0000 (+0000) Subject: libxl: fix creation of pkgconf install dir X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~72 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=45434adc3c94f5229744beaa12028aa23f63b9e7;p=xen.git libxl: fix creation of pkgconf install dir When PKG_INSTALLDIR was introduced the creation of the previous pkgconf install directory was not changed. Fix this by correctly using PKG_INSTALLDIR for the directory creation in libxl Makefile. Signed-off-by: Roger Pau Monné Acked-by: Wei Liu Release-acked-by: Wei Liu --- diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index f5053a08c3..ef017859ba 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -308,7 +308,7 @@ install: all $(INSTALL_DIR) $(DESTDIR)$(includedir) $(INSTALL_DIR) $(DESTDIR)$(BASH_COMPLETION_DIR) $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN) - $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/pkgconfig + $(INSTALL_DIR) $(DESTDIR)$(PKG_INSTALLDIR) $(INSTALL_PROG) xl $(DESTDIR)$(sbindir) $(INSTALL_PROG) libxl-save-helper $(DESTDIR)$(LIBEXEC_BIN) $(INSTALL_SHLIB) libxenlight.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)