svn path=/nixpkgs/trunk/; revision=6859
This commit is contained in:
Eelco Dolstra 2006-10-26 19:00:46 +00:00
parent 554ea561dd
commit 45bf677dcc
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
source $stdenv/setup.sh
source $stdenv/setup
postInstall=postInstall
postInstall() {
@ -6,4 +6,4 @@ postInstall() {
ln -sf gzip $out/bin/zcat
}
genericBuilder
genericBuild