From: florian Date: Thu, 27 Aug 2009 09:04:11 +0000 (+0000) Subject: [package] install the correct library name (#5747) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=dc370342fa50ba9b36f5bdf07af1667dd7e4dea5;p=packages.git [package] install the correct library name (#5747) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17426 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/st2205tool/Makefile b/libs/st2205tool/Makefile index 66a7a4772..88e8d6653 100644 --- a/libs/st2205tool/Makefile +++ b/libs/st2205tool/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=st2205tool PKG_VERSION:=1.4.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=st2205tool-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.neophob.com/files/ @@ -52,7 +52,7 @@ define Package/st2205tool/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/setpic/setpic $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_BUILD_DIR)/libst2205/libst2205.so* $(1)/usr/lib/ + $(CP) $(PKG_BUILD_DIR)/libst2205/libst2205.so $(1)/usr/lib/libst2205.so.1 endef $(eval $(call BuildPackage,st2205tool))