From 328c20519626eaac799d5af4a1f7db42ab225502 Mon Sep 17 00:00:00 2001 From: rey jean-Francois Date: Tue, 13 Aug 2013 16:19:29 +0200 Subject: [PATCH] bugfix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 792a397..dde2708 100755 --- a/install.sh +++ b/install.sh @@ -194,7 +194,7 @@ then if [ $SCORING -eq 1 ] then - tar xvzf CRF++-0.58.tar.gz -C $OTMEDIA_HOME/tools/ + tar xvzf $OTMEDIA_HOME/tools/CRF++-0.58.tar.gz -C $OTMEDIA_HOME/tools/ cd $OTMEDIA_HOME/tools/CRF++-0.58 ./configure --prefix="$OTMEDIA_HOME/tools/install" make -- 1.8.2.3