summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/xonotic/xonotic-9999.ebuild')
-rw-r--r--games-fps/xonotic/xonotic-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-fps/xonotic/xonotic-9999.ebuild b/games-fps/xonotic/xonotic-9999.ebuild
index 317905f..114433e 100644
--- a/games-fps/xonotic/xonotic-9999.ebuild
+++ b/games-fps/xonotic/xonotic-9999.ebuild
@@ -102,8 +102,11 @@ src_unpack() {
rm -rf "${S}/data/font-dejavu.pk3dir" || die "rm failed"
fi
if use maps; then
- cd "${S}"
- sh misc/tools/xonotic-map-compiler-autobuild download || die
+ cd "${S}/data"
+ wget \
+ -r -l1 --no-parent --no-directories \
+ -A "*-full.pk3" \
+ "http://beta.xonotic.org/autobuild-bsp/latest"
fi
}