浏览代码

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>
Aurélien Chabot 10 年之前
父节点
当前提交
c0ce66ea6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/lighttpd/lighttpd.mk

+ 1 - 1
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