Merge pull request #105818 from raboof/symlink-compressed-manpages-deterministically
compress-man-pages: symlink compressed manpages deterministically
This commit is contained in:
commit
cef4502feb
|
@ -21,6 +21,7 @@ compressManPages() {
|
||||||
|
|
||||||
# Point symlinks to compressed manpages.
|
# Point symlinks to compressed manpages.
|
||||||
find "$dir"/share/man/ -type l -a '!' -regex '.*\.\(bz2\|gz\)$' -print0 \
|
find "$dir"/share/man/ -type l -a '!' -regex '.*\.\(bz2\|gz\)$' -print0 \
|
||||||
|
| sort -z \
|
||||||
| while IFS= read -r -d $'\0' f
|
| while IFS= read -r -d $'\0' f
|
||||||
do
|
do
|
||||||
local target
|
local target
|
||||||
|
|
Loading…
Reference in New Issue