diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 11:20:56 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 11:20:56 -0600 |
commit | 6dc077bbb84cbe781a935a1024d818b1fd290146 (patch) | |
tree | 6000ded74f9aa7adb9993bda876f7b9fa4893d60 /games-puzzle | |
parent | games-fps/duke3d-data: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-6dc077bbb84cbe781a935a1024d818b1fd290146.tar.gz gentoo-6dc077bbb84cbe781a935a1024d818b1fd290146.tar.bz2 gentoo-6dc077bbb84cbe781a935a1024d818b1fd290146.zip |
games-puzzle/world-of-goo-demo: 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')
-rw-r--r-- | games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild b/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild index 6e16ab61c1cd..f9a6dd857701 100644 --- a/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild +++ b/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -42,9 +42,9 @@ QA_PREBUILT=" pkg_nofetch() { if [[ ${PN} == *-demo ]] ; then elog "To download the demo, visit http://worldofgoo.com/dl2.php?lk=demo" - elog "and download ${A} and place it in ${DISTDIR}" + elog "and download ${A} and place it into your DISTDIR directory." else - elog "Download ${A} from ${HOMEPAGE} and place it in ${DISTDIR}" + elog "Download ${A} from ${HOMEPAGE} and place it into your DISTDIR directory." fi } |