summaryrefslogtreecommitdiff
path: root/bin/fminer-install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-07-17 08:15:34 +0200
committerAndreas Maunz <andreas@maunz.de>2012-07-17 08:15:34 +0200
commitbfde91ac1a4c4d663dc326509fc6ac87f6996c4c (patch)
tree730bb5a14331f11820f8c23371b16aed730d6704 /bin/fminer-install
parent080a09b9bb468f0fb868ac69fcf49d4dc0c31857 (diff)
Updated installer
Diffstat (limited to 'bin/fminer-install')
-rwxr-xr-xbin/fminer-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fminer-install b/bin/fminer-install
index 5f43624..12d180d 100755
--- a/bin/fminer-install
+++ b/bin/fminer-install
@@ -24,7 +24,7 @@ fi
check_utils "git make sed"
printf "\n%50s\n" "FMINER"
-local DIR=`pwd`
+DIR=`pwd`
eval RUBY_INC="-I`dirname $RUBY_DIR/include/ruby*/*linux/ruby`\ -I`dirname $RUBY_DIR/include/ruby*/ruby`"
eval OPBB_INC="-I/usr/include/openbabel-2.0"
cmd="$GIT submodule init" && run_cmd "$cmd" "Fminer Init"