diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 11:17:45 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 11:17:45 -0600 |
commit | b02e6a243c34d4caf2e6503b5ec0c97db3b64a10 (patch) | |
tree | 18a0fc7206b7adbaa1a9fcb5414a878086b22c8b /games-action/shadowgrounds-survivor-bin | |
parent | games-action/shadowgrounds-bin: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-b02e6a243c34d4caf2e6503b5ec0c97db3b64a10.tar.gz gentoo-b02e6a243c34d4caf2e6503b5ec0c97db3b64a10.tar.bz2 gentoo-b02e6a243c34d4caf2e6503b5ec0c97db3b64a10.zip |
games-action/shadowgrounds-survivor-bin: don't reference ${DISTDIR}
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'games-action/shadowgrounds-survivor-bin')
-rw-r--r-- | games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_p1.ebuild b/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_p1.ebuild index 336d592a3471..242be142fe41 100644 --- a/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_p1.ebuild +++ b/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_p1.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=5 @@ -33,7 +33,7 @@ QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.4 QA_TEXTRELS_amd64=${QA_TEXTRELS_x86} pkg_nofetch() { - einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}" + einfo "Fetch ${SRC_URI} and put it into your DISTDIR directory." einfo "See http://www.humblebundle.com/ for more info." } |