summaryrefslogtreecommitdiffstats
path: root/system/lynis
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-11-27 15:22:00 +0100
committer Willy Sudiarto Raharjo2017-12-02 00:30:52 +0100
commit1ba23d2a528887b745162c6a9460ca76c1956a8e (patch)
tree148c364c2a8222d888b024a05c60fc63e4649240 /system/lynis
parent5295fb876e1c0f34ad1bbf90693bd8c968b60246 (diff)
downloadslackbuilds-1ba23d2a528887b745162c6a9460ca76c1956a8e.tar.gz
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.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lynis/lynis.SlackBuild b/system/lynis/lynis.SlackBuild
index 156bb233c1..6d6ea06c9c 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