From 099203b69050791f0dad8f631d5d62e674ddf5a4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 30 May 2010 19:13:56 +0000 Subject: updated for new libdir layout which needs a different declare statment than the 0.41.4 release svn path=/trunk/; revision=13580 --- scripts/config-switcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/config-switcher.sh') diff --git a/scripts/config-switcher.sh b/scripts/config-switcher.sh index b8f29130..783dfaf2 100755 --- a/scripts/config-switcher.sh +++ b/scripts/config-switcher.sh @@ -53,11 +53,11 @@ else case `uname` in Darwin) CONFIG_DIR=~/Library/Preferences - CONFIG_FILE=org.puredata.pd.plist + CONFIG_FILE=org.puredata.pdextended.plist ;; Linux) CONFIG_DIR=~ - CONFIG_FILE=.pdsettings + CONFIG_FILE=.pdextended ;; *) echo "Not supported on this platform." -- cgit v1.2.1