libtins: copy libtins.so.* to package 7605/head
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Fri, 7 Dec 2018 09:57:13 +0000 (07:57 -0200)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Fri, 7 Dec 2018 10:03:18 +0000 (08:03 -0200)
Package was installing libins.so, but the soname is set to
libtins.so.4.0.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
libs/libtins/Makefile

index aace5e9717ab03f667c485f8bdd66afaa5c728ad..8abc6aa46cc4dccb8cc1dacb48b39b9fb3a5e1ca 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libtins
 PKG_VERSION:=4.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:= Steven Hessing <steven.hessing@gmail.com>
 
@@ -49,7 +49,7 @@ endef
 
 define Package/libtins/install
     $(INSTALL_DIR) $(1)/usr/lib
-       $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libtins.so $(1)/usr/lib/
+       $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libtins.so.* $(1)/usr/lib/
 endef
 
 $(eval $(call BuildPackage,libtins))