diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2015-04-17 08:02:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-17 08:02:52 +0700 |
commit | 32bee7bf0bb3b57d62a51b1ee4e5841671578ba5 (patch) | |
tree | 18e13471c52c18b64b5dcd1b65ff1c364babf678 /network/openvas-cli/openvas-cli.SlackBuild | |
parent | e9d8ce821a3dd46c756260219e47682c9556085c (diff) | |
download | slackbuilds-32bee7bf0bb3b57d62a51b1ee4e5841671578ba5.tar.gz |
network/openvas-cli: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/openvas-cli/openvas-cli.SlackBuild')
-rw-r--r-- | network/openvas-cli/openvas-cli.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/openvas-cli/openvas-cli.SlackBuild b/network/openvas-cli/openvas-cli.SlackBuild index 411b03b9cc..c75ad02143 100644 --- a/network/openvas-cli/openvas-cli.SlackBuild +++ b/network/openvas-cli/openvas-cli.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openvas-cli -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,6 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mv $PKG/usr/share/man $PKG/usr +rmdir $PKG/usr/share find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done |