Commit ba53265b authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

ifplugd: fix typo introduced in previous commit



Commit b1ec31a4 ('ifplugd: only
install default action if not provided in skeleton') introduced a
small typo, which we fix in this commit.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 96b45505
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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