mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
utftp: Fix manpage fallout from previous commits
This commit is contained in:
parent
aeeb23853a
commit
81c360d948
@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $doc/share/man/man1
|
||||
mkdir -p $out/bin $man/share/man/man1
|
||||
cp {uftp,uftpd,uftp_keymgt,uftpproxyd} $out/bin/
|
||||
cp {uftp.1,uftpd.1,uftp_keymgt.1,uftpproxyd.1} $doc/share/man/man1
|
||||
cp {uftp.1,uftpd.1,uftp_keymgt.1,uftpproxyd.1} $man/share/man/man1
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user