* PostgreSQL 9.1: install the manpages.
svn path=/nixpkgs/trunk/; revision=32476
This commit is contained in:
parent
476ece2de0
commit
2ceb07c28f
@ -16,9 +16,15 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
LC_ALL = "C";
|
LC_ALL = "C";
|
||||||
|
|
||||||
|
postInstall =
|
||||||
|
''
|
||||||
|
mkdir -p $out/share/man
|
||||||
|
cp -rvd doc/src/sgml/man1 $out/share/man
|
||||||
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit readline;
|
inherit readline;
|
||||||
psqlSchema = "9.0";
|
psqlSchema = "9.1";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user