install ripmime manual into share/man instead of man

wip/yesman
Petar Bogdanovic 9 years ago committed by Peter Simons
parent 280621778a
commit 07372d04a2
  1. 4
      pkgs/tools/networking/ripmime/default.nix

@ -29,8 +29,8 @@ rec {
/* doConfigure should be removed if not needed */
phaseNames = ["fixTarget" "doMakeInstall"];
fixTarget = a.fullDepEntry (''
sed -i Makefile -e "s@LOCATION=.*@LOCATION=$out@"
mkdir -p "$out/bin" "$out/man/man1"
sed -i Makefile -e "s@LOCATION=.*@LOCATION=$out@" -e "s@man/man1@share/&@"
mkdir -p "$out/bin" "$out/share/man/man1"
'') ["doUnpack" "minInit" "defEnsureDir"];
meta = {

Loading…
Cancel
Save