libbabelhelper: adapt to new install paths due to package version change

This commit is contained in:
Christof Schulze 2017-10-14 23:28:22 +02:00
parent ce7f69ae4c
commit 57332536db
1 changed files with 1 additions and 1 deletions

View File

@ -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