mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
ifplugd: remove spurious newline escape
Commit 5ad5d55924bcc (ifplugd: install configuration files unconditionally) removed the conditional configuration file install, but left an redundant newline escape, causing the following error: package/ifplugd/ifplugd.mk:23: *** missing 'endef', unterminated 'define'. Stop. Fix this. Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
649a6a6429
commit
6d1ab19be4
@ -24,7 +24,7 @@ define IFPLUGD_INSTALL_FIXUP
|
||||
$(INSTALL) -D -m 0644 $(@D)/conf/ifplugd.conf $(TARGET_DIR)/etc/ifplugd/ifplugd.conf; \
|
||||
$(SED) 's^\(ARGS=.*\)w^\1^' $(TARGET_DIR)/etc/ifplugd/ifplugd.conf; \
|
||||
$(INSTALL) -D -m 0755 $(@D)/conf/ifplugd.action \
|
||||
$(TARGET_DIR)/etc/ifplugd/ifplugd.action ; \
|
||||
$(TARGET_DIR)/etc/ifplugd/ifplugd.action
|
||||
endef
|
||||
|
||||
IFPLUGD_POST_INSTALL_TARGET_HOOKS += IFPLUGD_INSTALL_FIXUP
|
||||
|
Loading…
x
Reference in New Issue
Block a user