summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-02-01 21:30:27 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-02-01 21:30:27 +0000
commit9f3a83f2478c9fa42efa51c63f170e82d1707d74 (patch)
tree7e588088d9cfd513dd74dfbee55a202b16aa0660
parentc9b6da363f870ef93047912cfac86535bb64add0 (diff)
downloadnixlib-9f3a83f2478c9fa42efa51c63f170e82d1707d74.tar
nixlib-9f3a83f2478c9fa42efa51c63f170e82d1707d74.tar.gz
nixlib-9f3a83f2478c9fa42efa51c63f170e82d1707d74.tar.bz2
nixlib-9f3a83f2478c9fa42efa51c63f170e82d1707d74.tar.lz
nixlib-9f3a83f2478c9fa42efa51c63f170e82d1707d74.tar.xz
nixlib-9f3a83f2478c9fa42efa51c63f170e82d1707d74.tar.zst
nixlib-9f3a83f2478c9fa42efa51c63f170e82d1707d74.zip
svn path=/nixpkgs/branches/stdenv-updates/; revision=13944
-rw-r--r--pkgs/development/interpreters/perl-5.10/builder.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/perl-5.10/builder.sh b/pkgs/development/interpreters/perl-5.10/builder.sh
index 8e008cb4c637..c52288313dc5 100644
--- a/pkgs/development/interpreters/perl-5.10/builder.sh
+++ b/pkgs/development/interpreters/perl-5.10/builder.sh
@@ -9,13 +9,11 @@ configureScript=./Configure
 configureFlags="-de -Dcc=gcc -Dprefix=$out -Dman1dir=$out/share/man/man1 -Dman3dir=$out/share/man/man3 -Uinstallusrbinperl $extraflags"
 dontAddPrefix=1
 
-preBuild=preBuild
 preBuild() {
     # Make Cwd work on NixOS (where we don't have a /bin/pwd).
     substituteInPlace lib/Cwd.pm --replace "'/bin/pwd'" "'$(type -tP pwd)'"
 }
 
-postInstall=postInstall
 postInstall() {
     ensureDir "$out/nix-support"
     cp $setupHook $out/nix-support/setup-hook