summaryrefslogtreecommitdiffstats
path: root/package/ifplugd
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-19 09:40:18 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-19 09:40:18 +0000
commitf8d87727a303229392ae8b0464e7c70f09e49906 (patch)
tree9240389c6258918f733a7c1c835f7cd5f9f321fe /package/ifplugd
parentdd8a14d55eced58475cb030ffa56b814f68ed08a (diff)
downloadbuildroot-novena-f8d87727a303229392ae8b0464e7c70f09e49906.tar.gz
buildroot-novena-f8d87727a303229392ae8b0464e7c70f09e49906.zip
ifplugd: add missing newline
Diffstat (limited to 'package/ifplugd')
-rw-r--r--package/ifplugd/ifplugd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ifplugd/ifplugd.mk b/package/ifplugd/ifplugd.mk
index 570a57608..c3d9d435c 100644
--- a/package/ifplugd/ifplugd.mk
+++ b/package/ifplugd/ifplugd.mk
@@ -28,4 +28,4 @@ $(IFPLUGD_HOOK_POST_INSTALL): $(IFPLUGD_TARGET_INSTALL_TARGET)
$(TARGET_DIR)/etc/init.d/S45ifplugd
# don't use bash for init script
$(SED) 's^/bin/bash^/bin/sh^g' $(TARGET_DIR)/etc/init.d/S45ifplugd
- touch $@ \ No newline at end of file
+ touch $@