mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
postgresql91: create doc directory (ZHF)
This commit is contained in:
parent
6525b63870
commit
13a1d3bb22
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
||||
''
|
||||
mkdir -p $out/share/man
|
||||
cp -rvd doc/src/sgml/man1 $out/share/man
|
||||
mkdir -p $doc
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user