Magellan Linux

Diff of /trunk/include/mozilla_i18n.sminc

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

revision 19656 by niro, Wed Oct 9 08:08:07 2013 UTC revision 19660 by niro, Wed Oct 9 08:46:17 2013 UTC
# Line 24  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 24  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24  sminclude mtools  sminclude mtools
25    
26  SRC_URI=(  SRC_URI=(
27   ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_SUITE}/releases/${PVER}/linux-i686/xpi/${SRCFILE}   #ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_SUITE}/releases/${PVER}/linux-i686/xpi/${SRCFILE}
28     http://ftp.mozilla.org/pub/mozilla.org/${MOZ_SUITE}/releases/${PVER}/linux-i686/xpi/${SRCFILE}
29   mirror://${PNAME/-${MOZ_LANG}/}/${PVER}/${SRCFILE}   mirror://${PNAME/-${MOZ_LANG}/}/${PVER}/${SRCFILE}
30  )  )
31    
32  mozilla_i18n_src_install()  mozilla_i18n_src_install()
33  {  {
  cd ${SRCDIR}  
   
34   # get install id for the extension   # get install id for the extension
35   local id="langpack-${MOZ_LANG}@firefox.mozilla.org"   local id="langpack-${MOZ_LANG}@firefox.mozilla.org"
36    

Legend:
Removed from v.19656  
changed lines
  Added in v.19660