[Slackbuilds-users] rkhunter txz layout

Conraid conraid at linux.it
Sat Jul 8 11:10:43 UTC 2017


For RKHUNTER exists TXZ layout which doesn't require modifications to
the doc and man path

>From this:
# Set the installer to build in our package directory
TGZ_BUILD_ROOT=$PKG \
./installer.sh \
  --layout TGZ \
  --install

# Put docs and manual pages in the correct place
mv $PKG/usr/share/* $PKG/usr
rmdir $PKG/usr/share

To this:
# Set the installer to build in our package directory
TXZ_BUILD_ROOT=$PKG \
./installer.sh \
  --layout TXZ \
  --install


More information about the SlackBuilds-users mailing list