From 86da9c27870390c59f49cf88af5ee13539d80b69 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 31 Aug 2019 19:24:52 +0200 Subject: [PATCH] freeswitch-stable: rename configuration file As per convention the configuration file in the files directory should carry the extension .conf. Signed-off-by: Sebastian Kemper --- net/freeswitch-stable/Makefile | 2 +- .../files/{freeswitch.config => freeswitch.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename net/freeswitch-stable/files/{freeswitch.config => freeswitch.conf} (100%) diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index fbc6231..d7cba42 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -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 -- 2.30.2