diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index fbc6231..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 @@ -420,7 +420,7 @@ $(call Package/$(PKG_NAME)/install/lib,$(1),lib$(PRG_NAME)) $(1)$(FS_STABLE_SYSCONF_DIR)/init.d/$(PRG_NAME) $(INSTALL_BIN) ./files/$(PRG_NAME).hotplug \ $(1)$(FS_STABLE_SYSCONF_DIR)/hotplug.d/iface/90-$(PRG_NAME) - $(INSTALL_CONF) ./files/$(PRG_NAME).config \ + $(INSTALL_CONF) ./files/$(PRG_NAME).conf \ $(1)$(FS_STABLE_SYSCONF_DIR)/config/$(PRG_NAME) endef diff --git a/net/freeswitch-stable/files/freeswitch.config b/net/freeswitch-stable/files/freeswitch.conf similarity index 100% rename from net/freeswitch-stable/files/freeswitch.config rename to net/freeswitch-stable/files/freeswitch.conf diff --git a/net/freeswitch-stable/patches/003-modmake-fix.diff b/net/freeswitch-stable/patches/003-modmake-fix.patch similarity index 100% rename from net/freeswitch-stable/patches/003-modmake-fix.diff rename to net/freeswitch-stable/patches/003-modmake-fix.patch diff --git a/net/freeswitch-stable/patches/120-fix-copts.diff b/net/freeswitch-stable/patches/120-fix-copts.patch similarity index 100% rename from net/freeswitch-stable/patches/120-fix-copts.diff rename to net/freeswitch-stable/patches/120-fix-copts.patch diff --git a/net/freeswitch-stable/patches/130-fix-iksemel-copts.diff b/net/freeswitch-stable/patches/130-fix-iksemel-copts.patch similarity index 100% rename from net/freeswitch-stable/patches/130-fix-iksemel-copts.diff rename to net/freeswitch-stable/patches/130-fix-iksemel-copts.patch diff --git a/net/freeswitch-stable/patches/230-mod_radius_cdr.diff b/net/freeswitch-stable/patches/230-mod_radius_cdr.patch similarity index 100% rename from net/freeswitch-stable/patches/230-mod_radius_cdr.diff rename to net/freeswitch-stable/patches/230-mod_radius_cdr.patch diff --git a/net/freeswitch-stable/patches/260-mod_event_zmq-fix-build-with-fortify-headers.diff b/net/freeswitch-stable/patches/260-mod_event_zmq-fix-build-with-fortify-headers.patch similarity index 100% rename from net/freeswitch-stable/patches/260-mod_event_zmq-fix-build-with-fortify-headers.diff rename to net/freeswitch-stable/patches/260-mod_event_zmq-fix-build-with-fortify-headers.patch