i3: Make sure that man pages get installed

This commit is contained in:
Michael Alyn Miller 2015-01-27 20:30:06 -08:00 committed by aszlig
parent e772707042
commit ed359e453c
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
postInstall = '' postInstall = ''
wrapProgram "$out/bin/i3-save-tree" --prefix PERL5LIB ":" "$PERL5LIB" wrapProgram "$out/bin/i3-save-tree" --prefix PERL5LIB ":" "$PERL5LIB"
mkdir -p $out/man/man1
cp man/*.1 $out/man/man1
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {