aboutsummaryrefslogtreecommitdiff
path: root/scripts/config-switcher.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-05-30 19:13:56 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-05-30 19:13:56 +0000
commit099203b69050791f0dad8f631d5d62e674ddf5a4 (patch)
treeace64477c1ec7823a572b86efeb84b2eb88ffb60 /scripts/config-switcher.sh
parent1f12848028ff543b3938970ff4b77fe225eb5708 (diff)
updated for new libdir layout which needs a different declare statment than the 0.41.4 release
svn path=/trunk/; revision=13580
Diffstat (limited to 'scripts/config-switcher.sh')
-rwxr-xr-xscripts/config-switcher.sh4
1 files changed, 2 insertions, 2 deletions
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."