diff options
author | Luna Jernberg <droidbittin@gmail.com> | 2024-05-28 23:00:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-28 23:02:56 +0700 |
commit | 5ea5d46c16e4c32d3d5fd6d3bc6869dec6eab259 (patch) | |
tree | 0b8a3fb998aae9adbd350a03cd553c52b61ff01a /system/fish/fish.SlackBuild | |
parent | 58481ab7460b6d3671d2e8d4e1e9810255e4d014 (diff) | |
download | slackbuilds-5ea5d46c16e4c32d3d5fd6d3bc6869dec6eab259.tar.gz slackbuilds-5ea5d46c16e4c32d3d5fd6d3bc6869dec6eab259.tar.xz |
system/fish: Compress man pages.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r-- | system/fish/fish.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index d50cffa0f7..2dc1e83108 100644 --- a/system/fish/fish.SlackBuild +++ b/system/fish/fish.SlackBuild @@ -128,7 +128,7 @@ mkdir -p $PKG/usr/man/man1 mv $PKG/usr/share/$PRGNAM/man/man1/* $PKG/usr/man/man1 rm -rf $PKG/usr/share/$PRGNAM/man/ rm -rf $PKG/usr/share/man/ -gzip $PKG/usr/man/man*/* +gzip -9 $PKG/usr/man/man*/* # Remove manual pages that overwrites coreutils' man pages rm -f $PKG/usr/man/man1/{echo,false,pwd,test,true,printf,time}.1.gz |