bundlerApp: compress man pages (#419503)

This commit is contained in:
Doron Behar
2025-11-26 08:24:50 +00:00
committed by GitHub
@@ -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}"
''}
''