* Pass makeFlags to `make install' as well. This is because quite

often the same flags need to be passed to both `make' and `make
  install'.  Added a variable buildFlags for flags that should only be
  passed to `make'.

svn path=/nixpkgs/trunk/; revision=7491
This commit is contained in:
Eelco Dolstra
2006-12-27 17:30:40 +00:00
parent 81025a05df
commit ed8fff32af
2 changed files with 9 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation {
preBuild = "
substituteInPlace libcap/Makefile --replace /usr/include ${stdenv.glibc}/include
installFlags=\"LIBDIR=$out/lib INCDIR=$out/include SBINDIR=$out/sbin MANDIR=$out/man\"
makeFlags=\"LIBDIR=$out/lib INCDIR=$out/include SBINDIR=$out/sbin MANDIR=$out/man\"
";
patches = [