summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-01 19:36:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-01 19:36:59 +0000
commitf091a30feac31ad27b268b1cd5f985f64ccfe4b3 (patch)
tree9d7109d07dd3da25f7f7b03d9365e7cc697f76a9 /tools
parentdd3b268b72fa1ef1aa675542b64902c12bb1b4e0 (diff)
tweaks for startup script
git-svn-id: svn://localhost/ardour2/branches/3.0@8657 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rw-r--r--tools/linux_packaging/ardour.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in
index d288cf6159..6f195697b0 100644
--- a/tools/linux_packaging/ardour.sh.in
+++ b/tools/linux_packaging/ardour.sh.in
@@ -9,7 +9,7 @@ BIN_DIR=$(dirname $(readlink -f $0))
INSTALL_DIR=$(dirname $BIN_DIR)
LIB_DIR=$INSTALL_DIR/lib
ETC_DIR=$INSTALL_DIR/etc
-USER_ARDOUR_DIR=$HOME/.ardour2
+USER_ARDOUR_DIR=$HOME/.config/ardour3
if [ ! -d $USER_ARDOUR_DIR ] ; then
mkdir -p $USER_ARDOUR_DIR || exit 1