freeswitch-stable: whitespace fix for hotplug builder
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
fc0af6f29d
commit
0430373885
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ endef
|
|||
define Package/$(PKG_NAME)-hotplug/install
|
||||
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
|
||||
$(INSTALL_BIN) ./files/$(PRG_NAME).hotplug \
|
||||
$(1)/etc/hotplug.d/iface/99-$(PRG_NAME)
|
||||
$(1)/etc/hotplug.d/iface/99-$(PRG_NAME)
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)-hotplug/postinst
|
||||
|
|
Loading…
Reference in a new issue