summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 11:46:03 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:43:35 +0100
commit8cb359b9a6c038d64556fdd89e880733a24bce27 (patch)
tree9a6899b14aeb0bd244b20fb01f06c6ff698c0cb8
parentnet-misc/iperf: drop unused autotools.eclass (diff)
downloadgentoo-8cb359b9a6c038d64556fdd89e880733a24bce27.tar.gz
gentoo-8cb359b9a6c038d64556fdd89e880733a24bce27.tar.bz2
gentoo-8cb359b9a6c038d64556fdd89e880733a24bce27.zip
net-misc/s3cmd: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-misc/s3cmd/s3cmd-2.1.0.ebuild4
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/_/-}"