diff options
| author | Sebastian Kemper | 2019-08-31 17:26:04 +0000 |
|---|---|---|
| committer | Sebastian Kemper | 2019-08-31 17:26:06 +0000 |
| commit | cabf89d917206a2a21d8e51436b8061195943ff1 (patch) | |
| tree | 215a97f5a503cbe3fb04adba2d6aeddf316df4e5 | |
| parent | 86da9c27870390c59f49cf88af5ee13539d80b69 (diff) | |
| download | telephony-cabf89d917206a2a21d8e51436b8061195943ff1.tar.gz | |
freeswitch-stable: remove gratuitous symlinks
No need to copy the libfree{switch,tdm}.so symlinks into the packages.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| -rw-r--r-- | net/freeswitch-stable/Makefile | 4 |
1 files 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 <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 |