From 4ade2ac015ce20d3db1dde54e466cba5025b8593 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 1 Apr 2015 14:39:54 +0200 Subject: [PATCH] ... fix of the previous fix --- ucw-xml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw-xml/Makefile b/ucw-xml/Makefile index 7396537f..9f339b2f 100644 --- a/ucw-xml/Makefile +++ b/ucw-xml/Makefile @@ -44,7 +44,7 @@ install-libucw-xml-lib: INSTALL_TARGETS+=install-libucw-xml-api install-libucw-xml-api: - install -d -m 755 $(DESTDIR)$(INSTALL_INCLUDE_DIR)/xml $(DESTDIR)$(INSTALL_LIB_DIR) $(DESTDIR)$(INSTALL_PKGCONFIG_DIR) + install -d -m 755 $(DESTDIR)$(INSTALL_INCLUDE_DIR)/ucw-xml $(DESTDIR)$(INSTALL_LIB_DIR) $(DESTDIR)$(INSTALL_PKGCONFIG_DIR) install -m 644 run/lib/pkgconfig/libucw-xml.pc $(DESTDIR)$(INSTALL_PKGCONFIG_DIR) install -m 644 $(addprefix run/include/ucw-xml/,$(LIBXML_INCLUDES)) $(DESTDIR)$(INSTALL_INCLUDE_DIR)/ucw-xml ln -sf libucw-xml$(LV).so.0.0 $(DESTDIR)$(INSTALL_LIB_DIR)/libucw-xml$(LV).so -- 2.39.2