3
0
Fork 0
forked from mirrors/nixpkgs

firefox-bin: tweak updateScript

This commit is contained in:
taku0 2016-12-12 14:17:06 +00:00
parent a3e503fe0f
commit a86d6f404c

View file

@ -236,7 +236,7 @@ stdenv.mkDerivation {
}
EOF
cat $tmpfile > ${if isBeta then "beta_" else ""}sources.nix
mv $tmpfile ${if isBeta then "beta_" else ""}sources.nix
popd
'';