diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-03-10 03:42:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-03-10 03:42:06 +0000 |
commit | 1f80b2c642c30a90ed8713f109b6e9786d3e9de7 (patch) | |
tree | e94c3eb619ba31a19c3535baf45ab1659a6e9ea3 /scripts | |
parent | 17f9ea1b840e5653611e2420cfcf839246d8e7e5 (diff) |
converted freeverb folder to have the same name as the object, therefore it doesn't need to be loaded as a library
svn path=/trunk/; revision=13201
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 84ea3b85..bbea1f64 100755 --- a/scripts/generate-pd-settings-files.sh +++ b/scripts/generate-pd-settings-files.sh @@ -1,7 +1,7 @@ #!/bin/sh ECHO=/sw/bin/echo -LIBS="libdir Gem cyclone zexy creb cxc iemlib list-abs mapping markex maxlib memento mjlib motex oscx pddp pdogg pixeltango pmpd rradical sigpack smlib toxy unauthorized vbap pan freeverb hcs jmmmp ext13 ggee iem_anything flib ekext flatspace pdp pidip" +LIBS="libdir Gem cyclone zexy creb cxc iemlib list-abs mapping markex maxlib memento mjlib motex oscx pddp pdogg pixeltango pmpd rradical sigpack smlib toxy unauthorized vbap pan hcs jmmmp ext13 ggee iem_anything flib ekext flatspace pdp pidip" GNULINUX_FONTPATH="/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" MACOSX_FONTPATH="/System/Library/Fonts /Library/Fonts ~/Library/Fonts /usr/X11R6/lib/X11/fonts/TTF /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/fonts" |