File seed-find_extensions_in_libdir.patch of Package seed
diff -ur seed-2.28.0/extensions/Seed.js.in seed-2.28.0.patched/extensions/Seed.js.in
--- seed-2.28.0/extensions/Seed.js.in 2009-09-04 20:37:04.000000000 +0200
+++ seed-2.28.0.patched/extensions/Seed.js.in 2009-10-05 12:11:49.000000000 +0200
@@ -174,7 +174,7 @@
if(!imports.searchPath || (imports.searchPath.length == 0))
{
imports.searchPath = [ "@GNOME_JS_DIR@",
- "@prefix@/lib/seed",
+ "@libdir@/seed",
"@prefix@/share/seed",
"/usr/local/lib/seed",
"/usr/local/share/seed",