summaryrefslogtreecommitdiff
path: root/raptor2-install
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-07-23 11:43:50 +0200
committergebele <gebele@in-silico.ch>2015-07-23 11:43:50 +0200
commit2171a4f35b958bd480e4a645a8c6444438371759 (patch)
treecb02be73de2e0e3af237752f7396a83d4715a506 /raptor2-install
parent6825674f02c5c48164c2ecd6fcfc0d0a3f23292c (diff)
removed unnecessary parts for toxbank-investigation servicetb2.4.1
Diffstat (limited to 'raptor2-install')
-rwxr-xr-xraptor2-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/raptor2-install b/raptor2-install
index 4c7528d..c6f006e 100755
--- a/raptor2-install
+++ b/raptor2-install
@@ -10,7 +10,7 @@ check_utils "apt-get wget tar make grep"
# Build
mkdir -p $OT_PREFIX/tmp
cd $OT_PREFIX/tmp/
-cmd="$WGET $RAPTOR2_DWL" && run_cmd "$cmd" "Download"
+cmd="$WGET $RAPTOR2_DWL -O $RAPTOR2_VER.tar.gz" && run_cmd "$cmd" "Download"
export RAPTOR2_DIR=$OT_PREFIX/$SELF
cmd="$TAR xvzf $RAPTOR2_VER.tar.gz" && run_cmd "$cmd" "Unpack"
rm $RAPTOR2_VER.tar.gz