mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-02-05 08:28:00 +00:00
updated
This commit is contained in:
@@ -113,7 +113,7 @@ compressinfomanpages() {
|
||||
|
||||
if [ -d usr/share/info ]; then
|
||||
(cd usr/share/info
|
||||
find usr/share/info -name "*.info*" -exec gzip -9 {} \;
|
||||
find . -name "*.info*" -exec gzip -9 {} \;
|
||||
)
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user