forked from rarias/bscpkgs
Use installManPage to install paraver manpages
This commit is contained in:
parent
9cad4abc7f
commit
ce03398c16
@ -12,6 +12,7 @@
|
||||
, openssl
|
||||
, glibcLocales
|
||||
, wrapGAppsHook
|
||||
, installShellFiles
|
||||
}:
|
||||
|
||||
let
|
||||
@ -53,6 +54,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
wrapGAppsHook
|
||||
installShellFiles
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@ -77,7 +79,6 @@ stdenv.mkDerivation rec {
|
||||
cp -p ${paraverKernel}/share/filters-config/* $out/share/filters-config
|
||||
|
||||
# Move man files to proper location
|
||||
mkdir -p $out/share/man
|
||||
mv $out/share/doc/wxparaver_help_contents/man $out/share/man/man1
|
||||
installManPage $out/share/doc/wxparaver_help_contents/man/*
|
||||
'';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user