diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-07 22:04:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-07 22:04:08 +0000 |
commit | bb89455851d665866d5ecf1425308e504ba4e8c7 (patch) | |
tree | 72146a5ce278007dfe7df052933d5177bb7fca56 /scripts | |
parent | 8cdf7e5f048367a76ab180133c9b8b2532f01a17 (diff) |
renamed the GNU/Linux preference file from .pdsettings to .pdextended so that Pd-extended has separate preferences from Pd-vanilla
svn path=/trunk/; revision=13403
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 c2964791..947dd827 100755 --- a/scripts/generate-pd-settings-files.sh +++ b/scripts/generate-pd-settings-files.sh @@ -16,7 +16,7 @@ WINDOWS_REG_PATH="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/default.pdsettings +GNULINUX_FILE=${ROOT_DIR}/linux_make/default.pdextended MACOSX_FILE=${ROOT_DIR}/darwin_app/org.puredata.pdextended.default.plist WINDOWS_FILE=${ROOT_DIR}/win32_inno/pd-settings.reg WINDOWS_INNO_FILE=${ROOT_DIR}/win32_inno/pd-inno.iss.in |