diff options
-rw-r--r-- | games-action/descent1-freedata/descent1-freedata-1.ebuild | 4 |
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. |