From: Aurélien Chabot Date: Mon, 13 Jul 2015 18:37:39 +0000 (+0200) Subject: lighttpd: fix systemd service activation symlink X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c0ce66ea6f97e2d190d8b949f43dca0fc66092d9;p=buildroot.git lighttpd: fix systemd service activation symlink Signed-off-by: Aurélien Chabot Signed-off-by: Thomas Petazzoni --- 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