aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate-pd-settings-files.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-11 02:32:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-11 02:32:45 +0000
commit65f0b37b8dc3ef85c6e49d802b043e19679b5e3d (patch)
treeb4c369f62aea372bd61097965ff9bd5d60f03595 /scripts/generate-pd-settings-files.sh
parentff3d5453bc51a6699baaed872c71fce6e768984b (diff)
renamed the included .pdsettings to default.pdsettings since it's now embedded into the Pd distro
svn path=/trunk/; revision=7996
Diffstat (limited to 'scripts/generate-pd-settings-files.sh')
-rwxr-xr-xscripts/generate-pd-settings-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-pd-settings-files.sh b/scripts/generate-pd-settings-files.sh
index bd1bdb7c..2457f4d6 100755
--- a/scripts/generate-pd-settings-files.sh
+++ b/scripts/generate-pd-settings-files.sh
@@ -9,7 +9,7 @@ WINDOWS_FONTPATH="hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6
SCRIPT_DIR=`echo $0 | sed 's|\(.*\)/.*$|\1|'`
ROOT_DIR=${SCRIPT_DIR}/../packages
-GNULINUX_FILE=${ROOT_DIR}/linux_make/.pdsettings
+GNULINUX_FILE=${ROOT_DIR}/linux_make/default.pdsettings
MACOSX_FILE=${ROOT_DIR}/darwin_app/org.puredata.pd.plist
WINDOWS_FILE=${ROOT_DIR}/win32_inno/pd-settings.reg