mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-03-19 20:13:36 +00:00
make force compress manpages
This commit is contained in:
@@ -101,7 +101,7 @@ compressinfomanpages() {
|
||||
(cd $mandir
|
||||
for file in $(find . -type f); do
|
||||
if [ "$file" = "${file%%.gz}" ]; then
|
||||
gzip -9 "$file"
|
||||
gzip -9 -f "$file"
|
||||
fi
|
||||
done
|
||||
for i in $(find . -type l) ; do
|
||||
|
||||
Reference in New Issue
Block a user