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 */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["fixTarget" "doMakeInstall"];
|
phaseNames = ["fixTarget" "doMakeInstall"];
|
||||||
fixTarget = a.fullDepEntry (''
|
fixTarget = a.fullDepEntry (''
|
||||||
sed -i Makefile -e "s@LOCATION=.*@LOCATION=$out@"
|
sed -i Makefile -e "s@LOCATION=.*@LOCATION=$out@" -e "s@man/man1@share/&@"
|
||||||
mkdir -p "$out/bin" "$out/man/man1"
|
mkdir -p "$out/bin" "$out/share/man/man1"
|
||||||
'') ["doUnpack" "minInit" "defEnsureDir"];
|
'') ["doUnpack" "minInit" "defEnsureDir"];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user