summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 11:45:48 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:43:13 +0100
commitf2b8d746835ebcc50d5ca4f23e6e5ea21401c7aa (patch)
tree4fd7ab2953c112d542b5a0a8f87fda42ad6e1efc /games-action
parenteclass/mate-desktop.org.eclass: fix variable references (diff)
downloadgentoo-f2b8d746835ebcc50d5ca4f23e6e5ea21401c7aa.tar.gz
gentoo-f2b8d746835ebcc50d5ca4f23e6e5ea21401c7aa.tar.bz2
gentoo-f2b8d746835ebcc50d5ca4f23e6e5ea21401c7aa.zip
games-action/descent1-freedata: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/descent1-freedata/descent1-freedata-1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/descent1-freedata/descent1-freedata-1.ebuild b/games-action/descent1-freedata/descent1-freedata-1.ebuild
index 481cd1cecce3..7700ddcff5e0 100644
--- a/games-action/descent1-freedata/descent1-freedata-1.ebuild
+++ b/games-action/descent1-freedata/descent1-freedata-1.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
@@ -23,7 +23,7 @@ fi
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-S="$WORKDIR"
+S="${WORKDIR}"
# If all USE flags are unset, this ebuild installs zero files. Require
# at least one to be set.