summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2016-02-10 22:50:49 +0100
committerDirkjan Ochtman <djc@gentoo.org>2016-02-10 22:50:49 +0100
commitc89e33083a68fef8c44ebf971e07b42ca69a1c4f (patch)
tree5897504d4001270830f611b1d2ce20d2ab731e1a
parentdev-perl/glib-perl: arm stable, bug #573496 (diff)
downloadgentoo-c89e33083a68fef8c44ebf971e07b42ca69a1c4f.tar.gz
gentoo-c89e33083a68fef8c44ebf971e07b42ca69a1c4f.tar.bz2
gentoo-c89e33083a68fef8c44ebf971e07b42ca69a1c4f.zip
net-p2p/syncthing: fix path to systemd unit files
-rw-r--r--net-p2p/syncthing/syncthing-0.12.18.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/syncthing/syncthing-0.12.18.ebuild b/net-p2p/syncthing/syncthing-0.12.18.ebuild
index f56efca26ee5..1aef4d572fa8 100644
--- a/net-p2p/syncthing/syncthing-0.12.18.ebuild
+++ b/net-p2p/syncthing/syncthing-0.12.18.ebuild
@@ -37,6 +37,6 @@ src_install() {
cd src/${EGO_PN}
dobin bin/*
dodoc README.md AUTHORS CONTRIBUTING.md
- systemd_dounit "${S}"/etc/linux-systemd/system/${PN}@.service
- systemd_douserunit "${S}"/etc/linux-systemd/user/${PN}.service
+ systemd_dounit "${S}"/src/${EGO_PN}/etc/linux-systemd/system/${PN}@.service
+ systemd_douserunit "${S}"/src/${EGO_PN}/etc/linux-systemd/user/${PN}.service
}