diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-03-17 09:09:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-03-17 09:09:55 +0100 |
commit | f31f7f97152a6ae38da20d99abf8943a3a3a482b (patch) | |
tree | e83fcbd0b640087772ae55e958f9e1a6042e034a /games-board | |
parent | dev-qt/qtx11extras: Stable for HPPA (bug #598780). (diff) | |
download | gentoo-f31f7f97152a6ae38da20d99abf8943a3a3a482b.tar.gz gentoo-f31f7f97152a6ae38da20d99abf8943a3a3a482b.tar.bz2 gentoo-f31f7f97152a6ae38da20d99abf8943a3a3a482b.zip |
games-board/tablebase-syzygy: The DISTDIR variable is not valid in pkg_* phases.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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.)" } |