Skip to content

Commit

Permalink
net-p2p/syncthing: fix path to systemd unit files
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Feb 10, 2016
1 parent 38048e7 commit c89e330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net-p2p/syncthing/syncthing-0.12.18.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit c89e330

Please sign in to comment.