--- jed-0.99-18/lib/site.sl.foo 2006-05-09 23:11:26.000000000 -0400 +++ jed-0.99-18/lib/site.sl 2006-05-09 23:13:57.000000000 -0400 @@ -3274,13 +3274,7 @@ $1 = getenv ("JED_CONF_DIR"); if ($1 == NULL) { - $1 = guess_jed_install_prefix (); - if ($1 != NULL) - { - $1 = path_concat ($1, "etc"); - if (($1 == "/usr/etc") and (0 == file_status ($1))) - $1 = "/etc"; - } + $1 = "/etc"; } if ($1 != NULL) {