From 849ac59ea2283f54fc6b9de108709cc978252a8a Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Wed, 25 Jan 2017 17:22:28 +0100 Subject: [PATCH] asterisk: create hotplug directory --- asterisk-1.8.x-mod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asterisk-1.8.x-mod/Makefile b/asterisk-1.8.x-mod/Makefile index 99b40ec7b..2fda1b5a4 100644 --- a/asterisk-1.8.x-mod/Makefile +++ b/asterisk-1.8.x-mod/Makefile @@ -455,7 +455,7 @@ define Package/asterisk18-mod/install $(INSTALL_DATA) ./files/asterisk.default $(1)/etc/default/asterisk $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/asterisk.init $(1)/etc/init.d/asterisk - $(INSTALL_DIR) $(1)/etc/hotplug.d + $(INSTALL_DIR) $(1)/etc/hotplug.d/iface $(INSTALL_BIN) ./files/asterisk.hotplug $(1)/etc/hotplug.d/iface/80-asterisk endef