summaryrefslogtreecommitdiff
path: root/rasqal-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 /rasqal-install
parent6825674f02c5c48164c2ecd6fcfc0d0a3f23292c (diff)
removed unnecessary parts for toxbank-investigation servicetb2.4.1
Diffstat (limited to 'rasqal-install')
-rwxr-xr-xrasqal-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/rasqal-install b/rasqal-install
index 2934a2b..b53c18a 100755
--- a/rasqal-install
+++ b/rasqal-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 $RASQAL_DWL" && run_cmd "$cmd" "Download"
+cmd="$WGET $RASQAL_DWL -O $RASQAL_VER.tar.gz" && run_cmd "$cmd" "Download"
export RASQAL_DIR=$OT_PREFIX/$SELF
cmd="$TAR xvzf $RASQAL_VER.tar.gz" && run_cmd "$cmd" "Unpack"
rm $RASQAL_VER.tar.gz