pkgs/applications/version-management/rcs: fixed location of "info" and "man" directories
svn path=/nixpkgs/trunk/; revision=24607
This commit is contained in:
parent
9c6acea563
commit
7c07c5aae2
@ -10,10 +10,14 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
patches = [ ./no-root.patch ];
|
patches = [ ./no-root.patch ];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
configureFlags="--infodir=$out/share/info --mandir=$out/share/man"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.cs.purdue.edu/homes/trinkle/RCS/;
|
homepage = http://www.cs.purdue.edu/homes/trinkle/RCS/;
|
||||||
description = "Revision Control System, a version management system";
|
description = "Revision Control System, a version management system";
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
maintainers = [ stdenv.lib.maintainers.eelco stdenv.lib.maintainers.simons ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user