From c0ce66ea6f97e2d190d8b949f43dca0fc66092d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aur=C3=A9lien=20Chabot?= Date: Mon, 13 Jul 2015 20:37:39 +0200 Subject: [PATCH] lighttpd: fix systemd service activation symlink MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Chabot Signed-off-by: Thomas Petazzoni --- package/lighttpd/lighttpd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2