Fixed e2fsprogs - install libs needed for testdisk

svn path=/nixpkgs/trunk/; revision=11004
This commit is contained in:
Michael Raskin 2008-03-07 05:51:59 +00:00
parent aec4356a10
commit 8b48a5c731

@ -11,7 +11,7 @@ stdenv.mkDerivation {
then ""
else "--enable-elf-shlibs";
preInstall = "installFlagsArray=('LN=ln -s')";
#postInstall = "make install-libs";
postInstall = "make install-libs";
NIX_CFLAGS_COMPILE =
if stdenv ? isDietLibC then
"-UHAVE_SYS_PRCTL_H " +