From: Nicolas Thill Date: Tue, 9 Mar 2010 21:17:47 +0000 (+0000) Subject: [packages] libucl: don't ship dev shlib symlink, bump release number X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=cea50ee12ee06663f6de5e7453a8877b80a83118 [packages] libucl: don't ship dev shlib symlink, bump release number SVN-Revision: 20105 --- diff --git a/libs/ucl/Makefile b/libs/ucl/Makefile index 1797c2c5dc..673f0e02f8 100644 --- a/libs/ucl/Makefile +++ b/libs/ucl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ucl PKG_VERSION:=1.03 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.oberhumer.com/opensource/ucl/download/ @@ -50,7 +50,7 @@ endef define Package/libucl/install $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libucl.so* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libucl.so.* $(1)/usr/lib/ endef $(eval $(call BuildPackage,libucl))