install ripmime manual into share/man instead of man

This commit is contained in:
Petar Bogdanovic 2015-10-15 22:21:42 +02:00 committed by Peter Simons
parent 280621778a
commit 07372d04a2

View File

@ -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 = {