* Slightly cleaner way.

svn path=/nixpkgs/trunk/; revision=7289
This commit is contained in:
Eelco Dolstra 2006-12-09 00:57:16 +00:00
parent 8695d51417
commit 951da2409f

View file

@ -8,5 +8,5 @@ stdenv.mkDerivation {
md5 = "51d584b7b6115528c21e8ea32250f2b1";
};
installPhase = "ensureDir $out/etc; cp protocols services $out/etc";
}
preInstall = "installFlags=\"PREFIX=$out\"";
}