diff options
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 63f28fe9f2f54..8b5ce5c40450b 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 |