* Jörg Sommer <[EMAIL PROTECTED]> [2007-05-16 11:38]: > Package: jed-extra > Version: 2.3.2-1 > Severity: normal > > # apt-get install jed-extra > ??? > Richte jed-extra ein (2.3.2-1) ... > Installiere neue Version der Konfigurationsdatei /etc/jed.d/50jed-extra.sl ... > jed library path: > /usr/share/jed/jed-extra/drop-in,/usr/share/jed/lib,/usr/share/slsh/local-packages,/usr/share/slsh,/usr/share/jed/jed-extra,/usr/share/jed/jed-extra/utils > byte compiling files > extracting on-line documentation > update_ini completed > byte compiling files > extracting on-line documentation > update_ini completed > byte compiling files > extracting on-line documentation > update_ini completed > byte compiling files > extracting on-line documentation > update_ini completed > Byte compiling SLang files in /usr/share/jed/site-lib/colors > > But the directory /u/s/j/site-lib doesn't exist.
I think that this is a problem in jed-extra-preparse.sl, which I just fixed in SVN with the following patch: --- jed-extra-preparse.sl (revision 699) +++ jed-extra-preparse.sl (working copy) @@ -51,4 +51,4 @@ } } -compile_slfiles_in_dir("/usr/share/jed/site-lib/colors"); +compile_slfiles_in_dir("/usr/share/jed/jed-extra/colors"); Guenter, please confirm this and I will upload 2.3.2-2. -- Rafael