summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-14 14:19:47 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-14 14:19:47 +0200
commitbaf3bb2a87769387c3af41918a3769208d18e1bd (patch)
treea7b9784fb09ceba0a7fdea8b67a90061fea14b2d
parentec4d1a9bdd67fc911f8d6b1ab672dd3a2ef8f244 (diff)
Corrected Path.
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index fd94cd1..b6d8db3 100755
--- a/install
+++ b/install
@@ -38,7 +38,7 @@ echo
[ -f $OT_PREFIX/install/utils.sh ] || (cmd="mkdir -p $OT_PREFIX/install && cp utils.sh $OT_PREFIX/install" && run_cmd "$cmd" "Install utils.sh to OT_PREFIX")
[ -f $HOME/.opentox/config/install/config.sh ] || (cmd="mkdir -p $HOME/.opentox/config/install && cp config.sh $HOME/.opentox/config/install" && run_cmd "$cmd" "Install config.sh to CONFIG (~/.opentox/config)")
-[ -f $OT_DEFAULT_CONF ] || (cmd="echo '\$aa = { :uri => nil }' > $OT_DEFAULT_CONF" && run_cmd "$cmd" "Install default.rb to CONFIG (~/.opentox/config)")
+[ -f $OT_DEFAULT_CONF ] || (cmd="echo '\$aa = { :uri => nil }' > $OT_DEFAULT_CONF" && run_cmd "$cmd" "Install default.rb to CONFIG (~/.opentox)")
. ./base-install # Debian specific; disable this for others.