diff -Naur nspluginwrapper-0.9.91.5/src/npw-config.c nspluginwrapper-0.9.91.5-magellan/src/npw-config.c --- nspluginwrapper-0.9.91.5/src/npw-config.c 2007-08-20 23:44:27.000000000 +0200 +++ nspluginwrapper-0.9.91.5-magellan/src/npw-config.c 2007-11-13 16:30:00.000000000 +0100 @@ -162,6 +162,12 @@ }; dirs = gentoo_dirs; } + else if (access("/etc/mageversion", F_OK) == 0) { + static const char *magellan_dirs[] = { + LIBDIR "/nsbrowser/plugins", + }; + dirs = magellan_dirs; + } #endif if (dirs) {