make sure we grab the right scripts/ directory

git-svn-id: file:///home/svn/framework3/trunk@9864 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-07-19 20:10:52 +00:00
parent 92828f2241
commit 42600c1f9a
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ build_makeself() {
cp msf3.tar ${TMP}/
cp ${BIN_TARBALL_PATH} ${TMP}/metasploit.tar.bz2
bunzip2 ${TMP}/metasploit.tar.bz2
cp -a scripts/*.sh ${TMP}/
cp -a scripts/msfupdate ${TMP}/
cp -a ${BASE}/scripts/*.sh ${TMP}/
cp -a ${BASE}/scripts/msfupdate ${TMP}/
makeself "${TMP}" "${INSTALLER_FILENAME}" "${TITLE}" ./installer.sh
rm -rf ${TMP}
}