]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
actually, be a bit more friendly: extract the NetRadiant download. We'll 7za it anyway.
authorRudolf Polzer <divVerent@xonotic.org>
Wed, 23 Feb 2011 13:17:51 +0000 (14:17 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Wed, 23 Feb 2011 13:17:51 +0000 (14:17 +0100)
all

diff --git a/all b/all
index 1ab0933413f6e7f4ec987317984b18c94a8c9f25..466abc1d5e8309ba70b5bdf220ee0e755fedfc5d 100755 (executable)
--- 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?
                }
                ;;