diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2022-06-04 03:02:10 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:23 +0700 |
commit | d17365fb48908811aa632e56d2b17ffecd0db69d (patch) | |
tree | b9b55032452de9f0f5f04571849596f87796b170 /system/fish | |
parent | 2fa6b4ab59f88d3caa0327acb5fcb83fc388d70d (diff) |
system/fish: Don't clobber printf and time man pages
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fish')
-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 63f28fe9f2f5..8b5ce5c40450 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 |