From 0632a4b5edeba9edb2419bc18b692a6dd0e79a82 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 9 Apr 2009 01:29:24 +0000 Subject: - 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 --- packages/linux_make/default.pdsettings | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'packages/linux_make/default.pdsettings') 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 -- cgit v1.2.1