diff options
Diffstat (limited to 'sys-apps/systemd/systemd-216-r1.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-216-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-apps/systemd/systemd-216-r1.ebuild b/sys-apps/systemd/systemd-216-r1.ebuild index 0aa262154d89..b26b7790887b 100644 --- a/sys-apps/systemd/systemd-216-r1.ebuild +++ b/sys-apps/systemd/systemd-216-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r1.ebuild,v 1.4 2014/10/20 22:00:04 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r1.ebuild,v 1.5 2014/10/22 15:02:44 floppym Exp $ EAPI=5 @@ -336,10 +336,8 @@ multilib_src_install_all() { # Preserve empty dirs in /etc & /var, bug #437008 keepdir /etc/binfmt.d /etc/modules-load.d /etc/tmpfiles.d \ - /etc/systemd/ntp-units.d /etc/systemd/user /var/lib/systemd - - # Remove empty journal directory. - rmdir "${D}"/var/log/journal || die + /etc/systemd/ntp-units.d /etc/systemd/user /var/lib/systemd \ + /var/log/journal/remote # Symlink /etc/sysctl.conf for easy migration. dosym ../sysctl.conf /etc/sysctl.d/99-sysctl.conf |