summaryrefslogtreecommitdiffstats
path: root/package/lighttpd
diff options
context:
space:
mode:
authorAurélien Chabot <aurelien@chabot.fr>2015-07-13 20:37:39 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-13 20:39:01 +0200
commitc0ce66ea6f97e2d190d8b949f43dca0fc66092d9 (patch)
tree654e613c8133e79bc63df65a9a619a2c8a9e3fff /package/lighttpd
parent030fc25c9200cf48a5fd68aaea8d8decde443360 (diff)
downloadbuildroot-c0ce66ea6f97e2d190d8b949f43dca0fc66092d9.tar.gz
buildroot-c0ce66ea6f97e2d190d8b949f43dca0fc66092d9.zip
lighttpd: fix systemd service activation symlink
Signed-off-by: Aurélien Chabot <aurelien@chabot.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lighttpd')
-rw-r--r--package/lighttpd/lighttpd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk
index 626cd69c4c..d602556295 100644
--- a/package/lighttpd/lighttpd.mk
+++ b/package/lighttpd/lighttpd.mk
@@ -88,7 +88,7 @@ define LIGHTTPD_INSTALL_INIT_SYSTEMD
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
- ln -fs ../../../../usr/lib/systemd/lighttpd.service \
+ ln -fs ../../../../usr/lib/systemd/system/lighttpd.service \
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/lighttpd.service
endef
OpenPOWER on IntegriCloud