bundlerApp: compress man pages (#419503)
This commit is contained in:
@@ -101,5 +101,6 @@ runCommand basicEnv.name cmdArgs ''
|
||||
lib.optionalString (basicEnv.gemType == "git" || basicEnv.gemType == "url") "bundler/"
|
||||
}gems/${basicEnv.name} \( -wholename "*/man/*.$section" -o -wholename "*/man/man$section/*.$section" \) -print -execdir mkdir -p $mandir \; -execdir cp '{}' $mandir \;
|
||||
done
|
||||
compressManPages "''${!outputMan}"
|
||||
''}
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user