diff options
author | 2021-10-13 09:52:54 -0700 | |
---|---|---|
committer | 2021-10-13 09:52:54 -0700 | |
commit | f9417135328ce427a8d3341c0bc1517f9ec1192f (patch) | |
tree | ee48f171c186fdc00c1eaf03d56722114daabbe6 /net-misc | |
parent | net-misc/s3cmd: bump, contains more Python 3.9 fixes (diff) | |
download | gentoo-f9417135328ce427a8d3341c0bc1517f9ec1192f.tar.gz gentoo-f9417135328ce427a8d3341c0bc1517f9ec1192f.tar.bz2 gentoo-f9417135328ce427a8d3341c0bc1517f9ec1192f.zip |
net-misc/s3cmd: one more cleanup tweak
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/s3cmd/s3cmd-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/s3cmd/s3cmd-2.2.0.ebuild b/net-misc/s3cmd/s3cmd-2.2.0.ebuild index a43725c25456..e69e258d6648 100644 --- a/net-misc/s3cmd/s3cmd-2.2.0.ebuild +++ b/net-misc/s3cmd/s3cmd-2.2.0.ebuild @@ -29,6 +29,6 @@ S="${WORKDIR}/${P/_/-}" PATCHES=( ) src_install() { - default - rm -rf "${ED}/usr/share/doc/packages/s3cmd/" + distutils-r1_src_install + rm -rf "${ED}/usr/share/doc/packages" } |