* Don't put stuff in $out/usr.

svn path=/nixpkgs/trunk/; revision=8298
This commit is contained in:
Eelco Dolstra
2007-03-16 11:55:21 +00:00
parent a2db896085
commit 500a3647ab
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
stdenv.mkDerivation {
name = "dhcp-3.0.5";
builder=./builder.sh;
builder = ./builder.sh;
src = fetchurl {
url = http://ftp.isc.org/isc/dhcp/dhcp-3.0.5.tar.gz;
sha256 = "1dpz6y08vrn3mw0lrlwq1sfiq6nsixpwwgb9hngddka1lfr5yi6x";