diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-11 02:32:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-11 02:32:45 +0000 |
commit | 65f0b37b8dc3ef85c6e49d802b043e19679b5e3d (patch) | |
tree | b4c369f62aea372bd61097965ff9bd5d60f03595 /scripts | |
parent | ff3d5453bc51a6699baaed872c71fce6e768984b (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')
-rwxr-xr-x | scripts/generate-pd-settings-files.sh | 2 |
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 |