From cea50ee12ee06663f6de5e7453a8877b80a83118 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 9 Mar 2010 21:17:47 +0000 Subject: [PATCH] [packages] libucl: don't ship dev shlib symlink, bump release number SVN-Revision: 20105 --- libs/ucl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.30.2