mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* Slightly cleaner way.
svn path=/nixpkgs/trunk/; revision=7289
This commit is contained in:
parent
8695d51417
commit
951da2409f
|
@ -8,5 +8,5 @@ stdenv.mkDerivation {
|
|||
md5 = "51d584b7b6115528c21e8ea32250f2b1";
|
||||
};
|
||||
|
||||
installPhase = "ensureDir $out/etc; cp protocols services $out/etc";
|
||||
}
|
||||
preInstall = "installFlags=\"PREFIX=$out\"";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue