Use unzip to avoid unpurities

svn path=/nixpkgs/trunk/; revision=8196
This commit is contained in:
Martin Bravenboer 2007-03-05 19:54:37 +00:00
parent c6db5c80f9
commit 038454978f

View file

@ -1,6 +1,9 @@
source $stdenv/setup
sh ${src} --accept-license
echo "Unpacking distribution"
unzip ${src} || true
echo "Constructing JDK and JRE"
if test -z "$installjdk"; then
sh ${construct} . tmp-linux-jdk tmp-linux-jre
ensureDir $out