diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 07:55:29 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:04 -0600 |
commit | 095eb984b6480d2cef5a1d2d5adf169dd4eca24a (patch) | |
tree | 3bf645d6f7b63d7c2f1c765754e28bae89601ad3 /games-action | |
parent | games-action/intrusion2: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-095eb984b6480d2cef5a1d2d5adf169dd4eca24a.tar.gz gentoo-095eb984b6480d2cef5a1d2d5adf169dd4eca24a.tar.bz2 gentoo-095eb984b6480d2cef5a1d2d5adf169dd4eca24a.zip |
games-action/swordandsworcery: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/swordandsworcery/swordandsworcery-1.02.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/swordandsworcery/swordandsworcery-1.02.ebuild b/games-action/swordandsworcery/swordandsworcery-1.02.ebuild index 7369ce107ba3..a35edbe92d2a 100644 --- a/games-action/swordandsworcery/swordandsworcery-1.02.ebuild +++ b/games-action/swordandsworcery/swordandsworcery-1.02.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: unbundle liblua-5.1 when available for multilib @@ -79,7 +79,7 @@ S=${WORKDIR} pkg_nofetch() { einfo "Please buy & download ${SRC_URI} from:" einfo " ${HOMEPAGE}" - einfo "and move it to ${DISTDIR}" + einfo "and move it to your DISTDIR directory." } src_prepare() { |