From: Ulrich Müller Date: Fri, 17 Mar 2017 08:09:55 +0000 (+0100) Subject: games-board/tablebase-syzygy: The DISTDIR variable is not valid in pkg_* phases. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f31f7f97152a6ae38da20d99abf8943a3a3a482b;p=gentoo.git games-board/tablebase-syzygy: The DISTDIR variable is not valid in pkg_* phases. Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213.ebuild b/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213.ebuild index bf68d8b20308..6a9ea68aa700 100644 --- a/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213.ebuild +++ b/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213.ebuild @@ -46,8 +46,8 @@ CHECKREQS_DISK_BUILD="${CHECKREQS_DISK_USR}" pkg_nofetch() { einfo "Due to their large size, fetching the Syzygy Endgame Tablebases" einfo "via BitTorrent is recommended: http://oics.olympuschess.com/tracker/" - einfo "After downloading, place all K*.rtbw and K*.rtbz files in" - einfo "${DISTDIR}." + einfo "After downloading, place all K*.rtbw and K*.rtbz files in your" + einfo "DISTDIR directory." einfo "(For the 6-pieces tablebases, there should be" \ "$(echo ${A} | wc -w) files in total.)" }