fix(sys-apps/systemd): Don't prune systemd dirs (take 2)

Commit 591dd523 mistakenly did not apply the same change to the live
ebuild. After this the live build includes most things the stable does.
This commit is contained in:
Michael Marineau 2014-05-28 15:56:44 -07:00
parent 19c98f76fd
commit f891859df3

View File

@ -340,11 +340,7 @@ multilib_src_install_all() {
# Disable storing coredumps in journald, bug #433457 # Disable storing coredumps in journald, bug #433457
mv "${D}"/usr/lib/sysctl.d/50-coredump.conf{,.disabled} || die mv "${D}"/usr/lib/sysctl.d/50-coredump.conf{,.disabled} || die
# Preserve empty dir /var, bug #437008 systemd_dotmpfilesd "${FILESDIR}"/systemd-coreos.conf
keepdir /var/lib/systemd
# Keep /etc clean
rmdir "${D}"/etc/{binfmt,modules-load,sysctl,tmpfiles}.d || die
# Don't default to graphical.target # Don't default to graphical.target
rm "${D}"/usr/lib/systemd/system/default.target || die rm "${D}"/usr/lib/systemd/system/default.target || die