summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-12-13 11:44:54 -0500
committerMike Gilbert <floppym@gentoo.org>2015-12-13 11:47:30 -0500
commit3c2977ec991958d3fbae585e96f7eba14fa91c20 (patch)
treec3650eb5bd4eb81b9d7cd6321d7631948bde54e1 /sys-apps
parentnet-misc/gupnp-tools: drop dependency on util-linux, libuuid no not used anymore (diff)
downloadgentoo-3c2977ec991958d3fbae585e96f7eba14fa91c20.tar.gz
gentoo-3c2977ec991958d3fbae585e96f7eba14fa91c20.tar.bz2
gentoo-3c2977ec991958d3fbae585e96f7eba14fa91c20.zip
sys-apps/systemd: Fix install when resolved is disabled
Bug: https://bugs.gentoo.org/568170 Package-Manager: portage-2.2.26_p27
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 440c35f86df0..7fa9af77d18d 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -329,7 +329,7 @@ multilib_src_install_all() {
# If we install these symlinks, there is no way for the sysadmin to remove them
# permanently.
rm "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service || die
- rm "${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service || die
+ rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service || die
rm -r "${D}"/etc/systemd/system/network-online.target.wants || die
rm -r "${D}"/etc/systemd/system/sockets.target.wants || die
rm -r "${D}"/etc/systemd/system/sysinit.target.wants || die