mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Use unzip to avoid unpurities
svn path=/nixpkgs/trunk/; revision=8196
This commit is contained in:
parent
c6db5c80f9
commit
038454978f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue