From: Rudolf Polzer Date: Wed, 23 Feb 2011 13:17:51 +0000 (+0100) Subject: actually, be a bit more friendly: extract the NetRadiant download. We'll 7za it anyway. X-Git-Tag: xonotic-v0.5.0~126 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=1c750a8dbaa80142a5b6e46c5b782a1ed6f2c39c;p=xonotic%2Fxonotic.git actually, be a bit more friendly: extract the NetRadiant download. We'll 7za it anyway. --- diff --git a/all b/all index 1ab09334..466abc1d 100755 --- a/all +++ b/all @@ -1550,6 +1550,10 @@ case "$cmd" in verbose cd mapping verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20110223.tar.bz2 verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20110223-win32-7z.exe + for X in *-7z.exe; do + 7za x "$X" + rm -f "$X" + done # TODO possibly include other tools? } ;;