projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38048e7
)
net-p2p/syncthing: fix path to systemd unit files
author
Dirkjan Ochtman
<djc@gentoo.org>
Wed, 10 Feb 2016 21:50:49 +0000
(22:50 +0100)
committer
Dirkjan Ochtman
<djc@gentoo.org>
Wed, 10 Feb 2016 21:50:49 +0000
(22:50 +0100)
net-p2p/syncthing/syncthing-0.12.18.ebuild
patch
|
blob
|
history
diff --git
a/net-p2p/syncthing/syncthing-0.12.18.ebuild
b/net-p2p/syncthing/syncthing-0.12.18.ebuild
index f56efca26ee5834d0f38a1bc61d30227b91d5c9d..1aef4d572fa8c20697f983715aee5d950fddfe8c 100644
(file)
--- 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
}