Magellan Linux

Diff of /smage/branches/alx-0_6_0/extras/mozilla-firefox/mozilla-firefox-5.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2722 by niro, Thu Jul 14 15:19:35 2011 UTC revision 2723 by niro, Mon Aug 8 11:36:49 2011 UTC
# Line 287  src_install() Line 287  src_install()
287   fi   fi
288   # and symlink them (we need a defined location for the plugins of all browsers)   # and symlink them (we need a defined location for the plugins of all browsers)
289   mlink /usr/$(mlibdir)/nsbrowser/plugins /usr/$(mlibdir)/mozilla-firefox/plugins || die   mlink /usr/$(mlibdir)/nsbrowser/plugins /usr/$(mlibdir)/mozilla-firefox/plugins || die
290    
291     # alx-only - alway export LANG=de_DE
292     # we don't support any locales but firefox needs this to load the german i18n plugin
293     sed -i 's:^\(#!/.*\):\1\nexport LANG="de_DE":' /usr/$(mlibdir)/mozilla-firefox/firefox || die
294  }  }

Legend:
Removed from v.2722  
changed lines
  Added in v.2723