summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-07 10:12:47 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-07 10:12:47 +0200
commit2140505b9ee2b2b30886dd1b9c5bbf344a708b49 (patch)
tree047600d4ad11259727fd39cd1f308c0b93891efa
parentae03b88f5c116c079f647bf1a5ba55e0ed387685 (diff)
Fixed include file names
-rwxr-xr-xconfig.sh10
-rwxr-xr-xinstall1
2 files changed, 6 insertions, 5 deletions
diff --git a/config.sh b/config.sh
index 1e0bb79..428c621 100755
--- a/config.sh
+++ b/config.sh
@@ -27,11 +27,11 @@ WWW_DEST="$OT_PREFIX/www"
### Nothing to gain from changes below this line.
-JAVA_CONF="$OT_PREFIX/.bash_java_ot"
-RUBY_CONF="$OT_PREFIX/.bash_ruby_ot"
-REDIS_CONF="$OT_PREFIX/.bash_redis_ot"
-OB_CONF="$OT_PREFIX/.bash_OB_ot"
-KL_CONF="$OT_PREFIX/.bash_R_ot"
+JAVA_CONF="$OT_PREFIX/.sh_java_ot"
+RUBY_CONF="$OT_PREFIX/.sh_ruby_ot"
+REDIS_CONF="$OT_PREFIX/.sh_redis_ot"
+OB_CONF="$OT_PREFIX/.sh_OB_ot"
+KL_CONF="$OT_PREFIX/.sh_R_ot"
RUBY_VER="ruby-enterprise-$RUBY_NUM_VER"
OB_VER="openbabel-$OB_NUM_VER"
diff --git a/install b/install
index 37b86d1..5180254 100755
--- a/install
+++ b/install
@@ -7,6 +7,7 @@ LOG="/tmp/`basename $0`-log.txt"
echo
echo "Opentox-ruby installation."
echo "You may need to give root password for some privileged actions right now and later:"
+echo
cmd="sudo echo -n \"\"" && run_cmd "$cmd" "Acquire privileges"
. "./base-install.sh"