diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-09 01:29:24 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-09 01:29:24 +0000 |
commit | 0632a4b5edeba9edb2419bc18b692a6dd0e79a82 (patch) | |
tree | e1ca86a72678b86b8decdb7d720061a1d2784d7b /packages/linux_make/default.pdsettings | |
parent | 168c11677437630f398093f13d9b0699202fcf19 (diff) |
- hard-coded user install paths outlined in this FAQ entry. This makes it so
that Pd-extended will look in the user install paths regardless of the prefs:
http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended
- fixed prefs generating script to make the windows files properly
- removed new hard-coded paths from the default prefs files
svn path=/trunk/; revision=10991
Diffstat (limited to 'packages/linux_make/default.pdsettings')
-rw-r--r-- | packages/linux_make/default.pdsettings | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/linux_make/default.pdsettings b/packages/linux_make/default.pdsettings index 5424e233..6ca3fe44 100644 --- a/packages/linux_make/default.pdsettings +++ b/packages/linux_make/default.pdsettings @@ -1,7 +1,7 @@ standardpath: 1 verbose: 0 defeatrt: 0 -flags: -helppath ~/pd -helppath /usr/share/pd +flags: loadlib1: libdir loadlib2: Gem loadlib3: cyclone @@ -40,7 +40,5 @@ loadlib35: flatspace loadlib36: pdp loadlib37: pidip nloadlib: 37 -path1: ~/pd-externals -path2: /usr/local/lib/pd-externals -path3: /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType -npath: 3 +path1: /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType +npath: 1 |