i3: Make sure that man pages get installed

This commit is contained in:
Michael Alyn Miller
2015-01-28 08:00:30 +01:00
committed by aszlig
parent e772707042
commit ed359e453c
@@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram "$out/bin/i3-save-tree" --prefix PERL5LIB ":" "$PERL5LIB"
mkdir -p $out/man/man1
cp man/*.1 $out/man/man1
'';
meta = with stdenv.lib; {