diff options
| author | Rolf Eike Beer <eike@sf-mail.de> | 2021-08-13 09:42:54 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2021-08-17 02:41:19 +0100 |
| commit | 7116c8d77331c78d9b9380d483aa08ed8b910a6c (patch) | |
| tree | 3100d5a399106e25e4cdba0464fa29578e038a07 /eclass/qmail.eclass | |
| parent | e228b5df333d8e3961f1ca9a03d471b4ca3a818e (diff) | |
| download | gentoo-7116c8d77331c78d9b9380d483aa08ed8b910a6c.tar.gz gentoo-7116c8d77331c78d9b9380d483aa08ed8b910a6c.tar.bz2 gentoo-7116c8d77331c78d9b9380d483aa08ed8b910a6c.zip | |
qmail.eclass: remove needless keepdirs
Adding an extra keep file in the intermediate /var/qmail is never necessary,
and the binary directory is filled by the installation anyway.
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/qmail.eclass')
| -rw-r--r-- | eclass/qmail.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 3cd8497363b3..c95072650f19 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -134,8 +134,8 @@ qmail_base_install() { ( einfo "Setting up basic directory hierarchy" diropts -o root -g qmail - keepdir "${QMAIL_HOME}"/{,bin,control} - keepdir "${QMAIL_HOME}"/users + dodir "${QMAIL_HOME}"/bin + keepdir "${QMAIL_HOME}"/{control,users} diropts -o alias -g qmail keepdir "${QMAIL_HOME}"/alias |
