diff options
author | Sam James <sam@gentoo.org> | 2022-10-17 04:16:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-17 04:16:34 +0100 |
commit | cad2e90b3ccecb604ff1d1d1400e879ff5ee721a (patch) | |
tree | ea14f9a12dc9a7c65a6e0fa74cefaab99f6f7a0e /sys-fs/quotatool | |
parent | sys-fs/quotatool: HTTPSify HOMEPAGE (diff) | |
download | gentoo-cad2e90b3ccecb604ff1d1d1400e879ff5ee721a.tar.gz gentoo-cad2e90b3ccecb604ff1d1d1400e879ff5ee721a.tar.bz2 gentoo-cad2e90b3ccecb604ff1d1d1400e879ff5ee721a.zip |
sys-fs/quotatool: add note re dodir
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/quotatool')
-rw-r--r-- | sys-fs/quotatool/quotatool-1.6.2-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild index 86c0b5fd01b1..6739b334ab11 100644 --- a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild +++ b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild @@ -28,6 +28,7 @@ src_configure() { } src_install() { + # TODO: drop on next release (https://github.com/ekenberg/quotatool/commit/5529c8084a06d4d95905f76e47d2621564876081) dodir /usr/sbin /usr/share/man/man8 default } |