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

View file

@ -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; {