diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:22:40 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:16 -0600 |
commit | 89e0d297b1a2b05dbaf4c4323685e2b6c487dcf1 (patch) | |
tree | 927c15d21063651d2d2d8d35dae47997e2905a9f /games-puzzle/splice | |
parent | games-puzzle/nightsky: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-89e0d297b1a2b05dbaf4c4323685e2b6c487dcf1.tar.gz gentoo-89e0d297b1a2b05dbaf4c4323685e2b6c487dcf1.tar.bz2 gentoo-89e0d297b1a2b05dbaf4c4323685e2b6c487dcf1.zip |
games-puzzle/splice: 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-puzzle/splice')
-rw-r--r-- | games-puzzle/splice/splice-20121120.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/splice/splice-20121120.ebuild b/games-puzzle/splice/splice-20121120.ebuild index cd9f3346db97..d9b15617e47f 100644 --- a/games-puzzle/splice/splice-20121120.ebuild +++ b/games-puzzle/splice/splice-20121120.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 mono? (seems hardcoded) @@ -34,7 +34,7 @@ S=${WORKDIR}/Linux 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() { |