From cabf89d917206a2a21d8e51436b8061195943ff1 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 31 Aug 2019 19:26:04 +0200 Subject: [PATCH] freeswitch-stable: remove gratuitous symlinks No need to copy the libfree{switch,tdm}.so symlinks into the packages. Signed-off-by: Sebastian Kemper --- net/freeswitch-stable/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index d7cba42..c053f66 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PRG_NAME:=freeswitch PKG_NAME:=$(PRG_NAME)-stable PKG_VERSION:=1.10.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Sebastian Kemper PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).-release.tar.xz @@ -306,7 +306,7 @@ endef define Package/$(PKG_NAME)/install/lib $(INSTALL_DIR) $(1)$(FS_STABLE_LIB_DIR) - $(CP) $(PKG_INSTALL_DIR)$(FS_STABLE_LIB_DIR)/$(2).so* \ + $(CP) $(PKG_INSTALL_DIR)$(FS_STABLE_LIB_DIR)/$(2).so.* \ $(1)$(FS_STABLE_LIB_DIR) endef -- 2.30.2