* Fix the preHook.

svn path=/nixpkgs/trunk/; revision=8302
This commit is contained in:
Eelco Dolstra 2007-03-16 14:41:31 +00:00
parent d89c825ec0
commit baa010bce4

View File

@ -6,6 +6,6 @@ import ../generic perl {
url = http://nix.cs.uu.nl/dist/tarballs/BerkeleyDB-0.27.tar.gz;
md5 = "43aa72c0c6941af0d656d749ad543e96";
};
perlPreHook = ./hook.sh;
perlPreHook = "source ${./hook.sh}";
inherit db4;
}