From 57332536dbca188931df2cc828de58f6dc233dfb Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Sat, 14 Oct 2017 23:28:22 +0200 Subject: [PATCH] libbabelhelper: adapt to new install paths due to package version change --- utils/libbabelhelper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/libbabelhelper/Makefile b/utils/libbabelhelper/Makefile index 50be6ff..c61527d 100644 --- a/utils/libbabelhelper/Makefile +++ b/utils/libbabelhelper/Makefile @@ -21,7 +21,7 @@ endef define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include - $(CP) $(PKG_INSTALL_DIR)/usr/include/libbabelhelper-$(PKG_VERSION) $(1)/usr/include/ + $(CP) $(PKG_INSTALL_DIR)/usr/include/libbabelhelper-* $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libbabelhelper.so* $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/lib/pkgconfig