do the tar.bz2 as part of the normal build process. fixes #2334
git-svn-id: file:///home/svn/framework3/trunk@10171 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
430878e3e9
commit
5d5f075449
|
@ -88,6 +88,9 @@ rm msf3 2>/dev/null
|
|||
|
||||
ln -sf msf3-http msf3
|
||||
tar hcf msf3.tar msf3
|
||||
ln -sf msf3-http framework-${VERSION}
|
||||
tar jhcf framework-${VERSION}.tar.bz2 framework-${VERSION}
|
||||
rm framework-${VERSION}
|
||||
|
||||
TITLE="Metasploit Framework v${VERSION} Installer (64-bit)"
|
||||
INSTALLER_FILENAME="framework-${VERSION}-linux-x86_64.run"
|
||||
|
|
Loading…
Reference in New Issue