wok rev 23177

updated metasploit (5.0.18 -> 5.0.80)
author Hans-G?nter Theisgen
date Wed Mar 18 11:22:21 2020 +0100 (2020-03-18)
parents ea14002b02bc
children 74c050f1ea1e
files metasploit/receipt
line diff
     1.1 --- a/metasploit/receipt	Wed Mar 18 11:14:38 2020 +0100
     1.2 +++ b/metasploit/receipt	Wed Mar 18 11:22:21 2020 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="metasploit"
     1.7 -VERSION="5.0.18"
     1.8 +VERSION="5.0.80"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="The Metasploit Framework is an advanced open-source platform for developing, testing, and using exploit code."
    1.11 +SHORT_DESC="An advanced open-source platform for developing, testing, and using exploit code."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://www.metasploit.com/"
    1.15 @@ -19,7 +19,8 @@
    1.16  	mkdir -p $fs/usr/share/$PACKAGE
    1.17  	mkdir -p $fs/etc/profile.d
    1.18  
    1.19 -	cp -a $src/* $fs/usr/share/$PACKAGE
    1.20 -	echo "export PATH=$PATH:/usr/share/$PACKAGE" > $fs/etc/profile.d/$PACKAGE.sh
    1.21 -	chmod 755 $fs/etc/profile.d/$PACKAGE.sh
    1.22 +	cp -a $src/*	$fs/usr/share/$PACKAGE
    1.23 +	echo "export PATH=$PATH:/usr/share/$PACKAGE" > \
    1.24 +			$fs/etc/profile.d/$PACKAGE.sh
    1.25 +	chmod 755	$fs/etc/profile.d/$PACKAGE.sh
    1.26  }