summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorGene Carlson <kvngncrlsn@gmail.com>2022-06-04 03:02:10 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-04 10:37:23 +0700
commitd17365fb48908811aa632e56d2b17ffecd0db69d (patch)
treeb9b55032452de9f0f5f04571849596f87796b170 /system
parent2fa6b4ab59f88d3caa0327acb5fcb83fc388d70d (diff)
downloadslackbuilds-d17365fb48908811aa632e56d2b17ffecd0db69d.tar.gz
system/fish: Don't clobber printf and time man pages
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/fish/fish.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild
index 63f28fe9f2..8b5ce5c404 100644
--- a/system/fish/fish.SlackBuild
+++ b/system/fish/fish.SlackBuild
@@ -129,7 +129,7 @@ rm -rf $PKG/usr/share/man/
gzip $PKG/usr/man/man*/*
# Remove manual pages that overwrites coreutils' man pages
-rm -f $PKG/usr/man/man1/{echo,false,pwd,test,true}.1.gz
+rm -f $PKG/usr/man/man1/{echo,false,pwd,test,true,printf,time}.1.gz
cp CHANGELOG.rst CONTRIBUTING.rst COPYING README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild