package/sysrepo: fix a typo when installing with systemd

Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz>
Acked-by: Heiko Thiery <heiko.thiery@kontron.com
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Jan Kundrát 2019-12-04 10:05:47 +01:00 committed by Thomas Petazzoni
parent ea199fb5e8
commit 22a0151179

View File

@ -42,7 +42,7 @@ define SYSREPO_INSTALL_INIT_SYSV
endef
define SYSREPO_INSTALL_INIT_SYSTEMD
mkdir -p $(TARGET_DIR)/etc/systemd/systemd/multi-user.target.wants
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
ln -fs ../../../../usr/lib/systemd/system/sysrepod.service \
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
ln -fs ../../../../usr/lib/systemd/system/sysrepo-plugind.service \