mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-19 02:43:56 +08:00
ifplugd: fix typo introduced in previous commit
Commit b1ec31a4dd
('ifplugd: only
install default action if not provided in skeleton') introduced a
small typo, which we fix in this commit.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
96b4550503
commit
ba53265b9c
@ -27,7 +27,7 @@ define IFPLUGD_INSTALL_FIXUP
|
||||
fi
|
||||
if [ ! -f $(TARGET_DIR)/etc/ifplugd/ifplugd.action ]; then \
|
||||
$(INSTALL) -D -m 0755 $(@D)/conf/ifplugd.action \
|
||||
$(TARGET_DIR)/etc/ifplugd/ifplugd.action
|
||||
$(TARGET_DIR)/etc/ifplugd/ifplugd.action ; \
|
||||
fi
|
||||
$(INSTALL) -D -m 0755 $(@D)/conf/ifplugd.init \
|
||||
$(TARGET_DIR)/etc/init.d/S45ifplugd
|
||||
|
Loading…
Reference in New Issue
Block a user