rcs: fixed build error introduced in my last commit

This package's configure script is too old to support "--mandir". Instead, the
default settings have to be overridden on the make command-line.

svn path=/nixpkgs/trunk/; revision=24620
This commit is contained in:
Peter Simons 2010-11-08 17:56:45 +00:00
parent 95c614def0
commit e48bf66bf2

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation {
patches = [ ./no-root.patch ];
preConfigure = ''
configureFlags="--infodir=$out/share/info --mandir=$out/share/man"
makeFlags="man1dir=$out/share/man/man1 man5dir=$out/share/man/man5";
'';
meta = {