freeswitch-stable: remove gratuitous symlinks 450/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 31 Aug 2019 17:26:04 +0000 (19:26 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 31 Aug 2019 17:26:06 +0000 (19:26 +0200)
No need to copy the libfree{switch,tdm}.so symlinks into the packages.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile

index d7cba42033f72a0e0a43f978544cfd8845078368..c053f66ab17a6e3de1279666a63011bafd6e778e 100644 (file)
@@ -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 <sebastian_ml@gmx.net>
 
 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