ports/math/scilab-toolbox-swt/files/patch-etc__swt.start
Max Brazhnikov 0966b81bb5 - Update to 0.1.11 for scilab-5.x
- Mark IGNORE: touches ${LOCALBASE}/share/scilab when building under superuser
2010-10-17 16:33:00 +00:00

18 lines
614 B
Text

--- ./etc/swt.start.orig 2010-08-30 12:52:10.000000000 +0400
+++ ./etc/swt.start 2010-10-17 16:02:57.850107854 +0400
@@ -34,15 +34,6 @@
// Load and add help chapter
// =============================================================================
-if or(getscilabmode() == ["NW";"STD"]) then
- mprintf("\tLoad help\n");
- path_addchapter = pathconvert(root_tlbx+"/jar");
- if ( isdir(path_addchapter) <> [] ) then
- add_help_chapter("swt", path_addchapter, %F);
- clear add_help_chapter;
- end
- clear path_addchapter;
-end
clear root_tlbx;