mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
upmpdcli: use relative path for systemd service symlink
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -35,7 +35,7 @@ define UPMPDCLI_INSTALL_INIT_SYSTEMD
|
||||
$(INSTALL) -D -m 644 $(@D)/systemd/upmpdcli.service \
|
||||
$(TARGET_DIR)/usr/lib/systemd/system/upmpdcli.service
|
||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||
ln -sf /usr/lib/systemd/system/upmpdcli.service \
|
||||
ln -sf ../../../../usr/lib/systemd/system/upmpdcli.service \
|
||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/upmpdcli.service
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user