From: nico Date: Sat, 21 Mar 2009 10:30:06 +0000 (+0000) Subject: [packages] subversion: only ship shared libraries in subversion-libs (closes: #4800... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=7ee6686c8a93090a8a39f1d2ff02b0b7e6ec2df0;p=packages.git [packages] subversion: only ship shared libraries in subversion-libs (closes: #4800), bump release number git-svn-id: svn://svn.openwrt.org/openwrt/packages@14956 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/subversion/Makefile b/net/subversion/Makefile index 26b3d277c..87b1be4fa 100644 --- a/net/subversion/Makefile +++ b/net/subversion/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2008 OpenWrt.org +# Copyright (C) 2007-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=subversion PKG_VERSION:=1.5.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://subversion.tigris.org/downloads/ @@ -99,7 +99,7 @@ endef define Package/subversion-libs/install $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libsvn_* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libsvn_*.so.* $(1)/usr/lib/ endef define Package/subversion-client/install