diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/s3cmd/s3cmd-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/s3cmd/s3cmd-2.1.0.ebuild b/net-misc/s3cmd/s3cmd-2.1.0.ebuild index bbd643709898..cafc9522fdfd 100644 --- a/net-misc/s3cmd/s3cmd-2.1.0.ebuild +++ b/net-misc/s3cmd/s3cmd-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,4 +20,4 @@ RDEPEND=" dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/python-magic[${PYTHON_USEDEP}]" -S="$WORKDIR/${P/_/-}" +S="${WORKDIR}/${P/_/-}" |