3
0
Fork 0
forked from mirrors/nixpkgs

svn path=/nixpkgs/branches/stdenv-updates/; revision=13944

This commit is contained in:
Eelco Dolstra 2009-02-01 21:30:27 +00:00
parent c9b6da363f
commit 9f3a83f247

View file

@ -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