* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
This commit is contained in:
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
installPhase =''
|
||||
ensureDir $out/{opt/googleearth/,bin};
|
||||
mkdir -p $out/{opt/googleearth/,bin};
|
||||
tar xf googleearth-data.tar -C $out/opt/googleearth
|
||||
tar xf googleearth-linux-x86.tar -C $out/opt/googleearth
|
||||
cp bin/googleearth $out/opt/googleearth
|
||||
|
||||
Reference in New Issue
Block a user