Skip to content

Commit

Permalink
net-libs/phodav: fix install with USE="spice -systemd"
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/609390
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
lhcoimbra authored and leio committed Feb 20, 2017
1 parent dc6e7af commit 43822e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-libs/phodav/phodav-2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ src_install() {
if ! use systemd ; then
newinitd "${FILESDIR}/spice-webdavd.initd" spice-webdavd
udev_dorules "${FILESDIR}/70-spice-webdavd.rules"
rm -r "${D}$(systemd_get_unitdir)" || die
rm -r "${D}$(systemd_get_systemunitdir)" || die
fi
else
rm -r "${D}"{/usr/sbin,$(get_udevdir),$(systemd_get_systemunitdir)} || die
Expand Down

0 comments on commit 43822e4

Please sign in to comment.