diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-03-06 12:00:28 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-03-06 15:43:06 +0100 |
commit | 6d025b67ef35ebad7e08b3ba6f70a470ccfbf4c1 (patch) | |
tree | 1797cf6fa8196aa44c2a52bb29d2bfb62ae6f83e /sci-physics | |
parent | sci-physics/root: update GTK+ icon cache (diff) | |
download | gentoo-6d025b67ef35ebad7e08b3ba6f70a470ccfbf4c1.tar.gz gentoo-6d025b67ef35ebad7e08b3ba6f70a470ccfbf4c1.tar.bz2 gentoo-6d025b67ef35ebad7e08b3ba6f70a470ccfbf4c1.zip |
sci-physics/root: keep directories needed by rootd daemon
Closes: https://bugs.gentoo.org/648692
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.12.04-r3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-physics/root/root-6.12.04-r3.ebuild b/sci-physics/root/root-6.12.04-r3.ebuild index 54a2507bc98d..9ff4f451b92b 100644 --- a/sci-physics/root/root-6.12.04-r3.ebuild +++ b/sci-physics/root/root-6.12.04-r3.ebuild @@ -267,6 +267,7 @@ daemon_install() { fowners rootd:rootd /var/spool/rootd dodir /var/spool/rootd/{pub,tmp} fperms 1777 /var/spool/rootd/{pub,tmp} + keepdir /var/spool/rootd/{pub,tmp} local i for i in ${daemons}; do |