git-svn-id: file:///home/svn/framework3/trunk@9317 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2010-05-17 21:05:51 +00:00
parent b5cd499b06
commit 3ed28c0822
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if [ -f "${PATH64}" ]; then
bunzip2 tmp64/metasploit.tar.bz2
cp -a scripts/*.sh tmp64/
cp -a scripts/msfupdate tmp64/
TMP64=tmp32`date +%s1`
TMP64=tmp64`date +%s1`
mv tmp64 $TMP64
makeself $TMP64 ${PATH64} "${NAME64}" ./installer.sh 64
rm -rf $TMP64