summaryrefslogtreecommitdiff
path: root/raptor2-install
diff options
context:
space:
mode:
Diffstat (limited to 'raptor2-install')
-rwxr-xr-xraptor2-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/raptor2-install b/raptor2-install
index 1b94a3e..e3718ba 100755
--- a/raptor2-install
+++ b/raptor2-install
@@ -10,9 +10,9 @@ check_utils "wget tar make"
# Build
mkdir -p $OT_PREFIX/tmp
cd $OT_PREFIX/tmp/
-cmd="$WGET $RAPTOR2_DWL" && run_cmd "$cmd" "Download $SELF"
-export RAPTOR2_DIR=$OT_PREFIX/$SELF/
-cmd="$TAR xvzf $SELF*.tar.gz" && run_cmd "$cmd" "Unpack $SELF"
+cmd="$WGET $RAPTOR2_DWL" && run_cmd "$cmd" "Download"
+export RAPTOR2_DIR=$OT_PREFIX/$SELF
+cmd="$TAR xvzf $SELF*.tar.gz" && run_cmd "$cmd" "Unpack"
rm $SELF*.tar.gz
cd $SELF*
cmd="./configure --prefix=$RAPTOR2_DIR" && run_cmd "$cmd" "Configure"