diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/lynis/lynis.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lynis/lynis.SlackBuild b/system/lynis/lynis.SlackBuild index 156bb233c190..6d6ea06c9cec 100644 --- a/system/lynis/lynis.SlackBuild +++ b/system/lynis/lynis.SlackBuild @@ -75,7 +75,7 @@ cp default.prf $PKG/etc/lynis cp -rf lynis $PKG/usr/bin cp -rf include plugins db $PKG/usr/share/lynis/ cp extras/bash_completion.d/$PRGNAM $PKG/etc/bash_completion.d/ -install -m644 lynis $PKG/usr/man/man8/ +install -m644 lynis.8 $PKG/usr/man/man8/lynis.8 find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |