summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/egtb-nalimov/egtb-nalimov-20131213.ebuild')
-rw-r--r--games-board/egtb-nalimov/egtb-nalimov-20131213.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-board/egtb-nalimov/egtb-nalimov-20131213.ebuild b/games-board/egtb-nalimov/egtb-nalimov-20131213.ebuild
index 1cfda55..6a0d31a 100644
--- a/games-board/egtb-nalimov/egtb-nalimov-20131213.ebuild
+++ b/games-board/egtb-nalimov/egtb-nalimov-20131213.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit check-reqs
-DESCRIPTION="Nalimov endgame tablebases for up to 5 pieces"
+DESCRIPTION="Nalimov chess endgame tablebases for up to 5 pieces"
HOMEPAGE="http://tablebase.sesse.net/"
tb34=()
@@ -58,7 +58,10 @@ pkg_setup() {
src_unpack() { :; }
src_install() {
+ local f
insinto /usr/share/${PN}
- doins "${DISTDIR}"/*.emd
+ for f in ${A}; do
+ [[ ${f} = *.emd ]] && echo "${DISTDIR}"/${f}
+ done | xargs doins
newdoc "${DISTDIR}"/${P}-README README
}