* "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:
@@ -7,5 +7,5 @@ stdenv.mkDerivation {
|
||||
sha256 = "1m5nfzgwaglqabpm2l2mjqvigz1z0dj87cmj2pjbbzxmmpapv0lq";
|
||||
};
|
||||
buildPhase = "rm *.o 915resolution; make";
|
||||
installPhase = "ensureDir $out/sbin; cp 915resolution $out/sbin/";
|
||||
installPhase = "mkdir -p $out/sbin; cp 915resolution $out/sbin/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user