sys-apps/systemd: keepdir /etc/udev/{hwdb.d,rules.d}
authorMike Gilbert <floppym@gentoo.org>
Fri, 26 Jan 2018 19:49:52 +0000 (14:49 -0500)
committerMike Gilbert <floppym@gentoo.org>
Fri, 26 Jan 2018 20:21:52 +0000 (15:21 -0500)
Bug: https://bugs.gentoo.org/645844
Package-Manager: Portage-2.3.19_p11, Repoman-2.3.6_p45

sys-apps/systemd/systemd-236-r5.ebuild
sys-apps/systemd/systemd-9999.ebuild

index 961530f55ed2c9b32c7128bea4b3d9836b5f3da0..4156ce618fe2e493fca87f819247e8d7a81a66a7 100644 (file)
@@ -313,9 +313,10 @@ multilib_src_install_all() {
        fi
 
        # 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 \
-               /var/log/journal/remote
+       keepdir /etc/{binfmt.d,modules-load.d,tmpfiles.d}
+       keepdir /etc/systemd/{ntp-units.d,user} /var/lib/systemd
+       keepdir /etc/udev/{hwdb.d,rules.d}
+       keepdir /var/log/journal/remote
 
        # Symlink /etc/sysctl.conf for easy migration.
        dosym ../sysctl.conf /etc/sysctl.d/99-sysctl.conf
index 7e7bcf41a4493a79f11ade3df5591138bb26b05f..36144514e8600a7cf267731d98fac48580c8eee6 100644 (file)
@@ -312,9 +312,10 @@ multilib_src_install_all() {
        fi
 
        # 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 \
-               /var/log/journal/remote
+       keepdir /etc/{binfmt.d,modules-load.d,tmpfiles.d}
+       keepdir /etc/systemd/{ntp-units.d,user} /var/lib/systemd
+       keepdir /etc/udev/{hwdb.d,rules.d}
+       keepdir /var/log/journal/remote
 
        # Symlink /etc/sysctl.conf for easy migration.
        dosym ../sysctl.conf /etc/sysctl.d/99-sysctl.conf