diff options
Diffstat (limited to 'misc/funny-manpages/funny-manpages.SlackBuild')
-rw-r--r-- | misc/funny-manpages/funny-manpages.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/funny-manpages/funny-manpages.SlackBuild b/misc/funny-manpages/funny-manpages.SlackBuild index 0554e89105..b46774aa3d 100644 --- a/misc/funny-manpages/funny-manpages.SlackBuild +++ b/misc/funny-manpages/funny-manpages.SlackBuild @@ -63,7 +63,7 @@ for manpage in $(echo *fun); do install -m 0644 $manpage $PKG/usr/man/man$section/$manpage done -# Move date.1fun over to mansection 6. It is kinda screwing with upstream, +# Move date.1fun over to mansection 6. It is kinda screwing with upstream, # but right now causes a conflict with the systems date(1) ( cd $PKG/usr/man/man1 ln -sf grope.1fun egrope.1fun |