From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Sun, 8 Dec 2019 22:51:01 +0100 Subject: [Buildroot] [git commit] package/sysrepo: fix a typo when installing with systemd Message-ID: <20191208214238.AEDBF7FF60@busybox.osuosl.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net commit: https://git.buildroot.net/buildroot/commit/?id=22a0151179abd7ac36f60b9ac802c5b902f470f3 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Jan Kundr??t Acked-by: Heiko Thiery --- 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 \