From 490138e2bffcf798fd1eff8018750783821a7108 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 27 Jun 2015 01:45:20 +0200 Subject: remove old irrelevant USER_ARDOUR_DIR in start-up script It should have been XDG_CONFIG_HOME and ardour4, anyway. Ardour4 checks for config dirs, allows to import A3 config and also handles the case if the dir can't be created itself. --- tools/linux_packaging/ardour.sh.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/linux_packaging/ardour.sh.in') diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in index aa84f08323..3fce3241c1 100644 --- a/tools/linux_packaging/ardour.sh.in +++ b/tools/linux_packaging/ardour.sh.in @@ -25,11 +25,6 @@ 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/.config/ardour3 - -if [ ! -d $USER_ARDOUR_DIR ] ; then - mkdir -p $USER_ARDOUR_DIR || exit 1 -fi # this triggers code in main() that will reset runtime environment variables # to point to directories inside the ardour package -- cgit v1.2.3