[Buildroot] [git commit branch/2019.11.x] package/sysrepo: fix a typo when installing with systemd

Peter Korsgaard peter at korsgaard.com
Sun Dec 22 20:27:41 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=5f3fb5bcc946c4f9a769c727737ba971617e57cf
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.11.x

Signed-off-by: Jan Kundrát <jan.kundrat at cesnet.cz>
Acked-by: Heiko Thiery <heiko.thiery at kontron.com
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 22a0151179abd7ac36f60b9ac802c5b902f470f3)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/sysrepo/sysrepo.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
index 8676158a19..49c908d62d 100644
--- a/package/sysrepo/sysrepo.mk
+++ b/package/sysrepo/sysrepo.mk
@@ -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 \


More information about the buildroot mailing list