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-b9f4589650da
This commit is contained in:
James Lee 2010-08-27 18:27:57 +00:00
parent 430878e3e9
commit 5d5f075449
1 changed files with 3 additions and 0 deletions

View File

@ -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"