fix gamepack download using git-archive

This commit is contained in:
Rudolf Polzer 2010-04-11 22:01:28 +02:00
parent 99342abdf7
commit 9abcf4ec65

View File

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