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