mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
install ripmime manual into share/man instead of man
This commit is contained in:
parent
280621778a
commit
07372d04a2
@ -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…
Reference in New Issue
Block a user