From 45bf677dcc63a02ca93909ee9034300cd189f549 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 26 Oct 2006 19:00:46 +0000 Subject: [PATCH] * Doh. svn path=/nixpkgs/trunk/; revision=6859 --- pkgs/tools/compression/gzip/builder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/compression/gzip/builder.sh b/pkgs/tools/compression/gzip/builder.sh index ea9ff646de8b..9cf502b4330d 100644 --- a/pkgs/tools/compression/gzip/builder.sh +++ b/pkgs/tools/compression/gzip/builder.sh @@ -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 \ No newline at end of file +genericBuild