Magellan Linux

Diff of /trunk/extras/firefox/firefox-18.0-r1.smage2

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

revision 15826 by niro, Thu Jan 10 10:00:56 2013 UTC revision 15827 by niro, Thu Jan 10 11:58:16 2013 UTC
# Line 141  src_compile() Line 141  src_compile()
141   cp browser/config/mozconfig .mozconfig || die   cp browser/config/mozconfig .mozconfig || die
142    
143   # where shall the files go ?   # where shall the files go ?
144     mozconf_add --prefix=/usr
145     mozconf_add --libdir=/usr/$(mlibdir)
146   mozconf_add --with-default-mozilla-five-home=/usr/$(mlibdir)/firefox   mozconf_add --with-default-mozilla-five-home=/usr/$(mlibdir)/firefox
147    
148   mozconf_add --host="${CHOST}"   mozconf_add --host="${CHOST}"
# Line 275  src_install_firefox() Line 277  src_install_firefox()
277   cd ${SRCDIR}   cd ${SRCDIR}
278    
279   # install   # install
280   make DESTDIR=${BINDIR} install || die   mmake -j1 -f client.mk DESTDIR=${BINDIR} install || die
281    
282   # fix permissions   # fix permissions
283   mchown -R root:root /usr/$(mlibdir)/firefox || die   mchown -R root:root /usr/$(mlibdir)/firefox || die
# Line 324  src_install_firefox-sdk() Line 326  src_install_firefox-sdk()
326  {  {
327   cd ${SRCDIR}   cd ${SRCDIR}
328    
329   make DESTDIR=${BINDIR} install || die   mmake -j1 -f client.mk DESTDIR=${BINDIR} install || die
330   mchown -R root:root /usr/$(mlibdir)/firefox || die   mchown -R root:root /usr/$(mlibdir)/firefox || die
331    
332   # environment   # environment

Legend:
Removed from v.15826  
changed lines
  Added in v.15827