diff options
Diffstat (limited to 'sys-fs/quotatool/quotatool-1.6.2.ebuild')
-rw-r--r-- | sys-fs/quotatool/quotatool-1.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/quotatool/quotatool-1.6.2.ebuild b/sys-fs/quotatool/quotatool-1.6.2.ebuild index 47ef07310988..c71e452c4d97 100644 --- a/sys-fs/quotatool/quotatool-1.6.2.ebuild +++ b/sys-fs/quotatool/quotatool-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -20,7 +20,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.4.13-ldflags.patch } -src_install () { +src_install() { dodir /usr/sbin /usr/share/man/man8 default } |