diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-27 21:22:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:30:52 +0700 |
commit | 1ba23d2a528887b745162c6a9460ca76c1956a8e (patch) | |
tree | 148c364c2a8222d888b024a05c60fc63e4649240 /system/lynis | |
parent | 5295fb876e1c0f34ad1bbf90693bd8c968b60246 (diff) |
system/lynis: Fix man page.
Thanks to Tui Toser for bug report.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lynis')
-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 |