fix gamepack downloading

This commit is contained in:
Rudolf Polzer 2010-04-01 10:15:56 +02:00
parent d40c79f30c
commit 168a1591c2

View File

@ -33,7 +33,9 @@ pack()
;; ;;
gitdir) gitdir)
rm -rf "games/$pack" rm -rf "games/$pack"
cd games
git archive --remote="$source" --prefix="$pack/" "$2":"$1" | tar xvf - git archive --remote="$source" --prefix="$pack/" "$2":"$1" | tar xvf -
cd ..
;; ;;
esac esac
return return