diff options
author | Aurélien Chabot <aurelien@chabot.fr> | 2015-07-13 20:37:39 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-13 20:39:01 +0200 |
commit | c0ce66ea6f97e2d190d8b949f43dca0fc66092d9 (patch) | |
tree | 654e613c8133e79bc63df65a9a619a2c8a9e3fff /package/lighttpd | |
parent | 030fc25c9200cf48a5fd68aaea8d8decde443360 (diff) | |
download | buildroot-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.mk | 2 |
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 |