Magellan Linux

Diff of /smage/trunk/extras/firefox/firefox-62.0-r1.smage2

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

revision 12436 by niro, Mon Sep 17 11:45:31 2018 UTC revision 12438 by niro, Mon Sep 17 12:51:27 2018 UTC
# Line 198  src_compile() Line 198  src_compile()
198   # where shall the files go ?   # where shall the files go ?
199   mozconf_add --prefix=/usr   mozconf_add --prefix=/usr
200   mozconf_add --libdir=/usr/$(mlibdir)   mozconf_add --libdir=/usr/$(mlibdir)
201   mozconf_add --with-default-mozilla-five-home=/usr/$(mlibdir)/firefox   #mozconf_add --with-default-mozilla-five-home=/usr/$(mlibdir)/firefox
202    
203   # mozilla uses --host instead of --build and --target instead of host   # mozilla uses --host instead of --build and --target instead of host
204   mozconf_add --host="${CHOST}"   mozconf_add --host="${CHOST}"
# Line 263  src_compile() Line 263  src_compile()
263    
264   # shell export fixes some bugs in a chroot environment   # shell export fixes some bugs in a chroot environment
265   # see: http://comments.gmane.org/gmane.linux.lfs.beyond.support/47450   # see: http://comments.gmane.org/gmane.linux.lfs.beyond.support/47450
266   MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL}" mmake -f client.mk || die   #MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL}" mmake -f client.mk || die
267     MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL}" ./mach build --verbose || die
268  }  }
269    
270  src_install()  src_install()
# Line 271  src_install() Line 272  src_install()
272   cd ${SRCDIR}   cd ${SRCDIR}
273    
274   # install   # install
275   SHELL="${SHELL}" mmake -j1 -f client.mk DESTDIR=${BINDIR} install || die   #SHELL="${SHELL}" mmake -j1 -f client.mk DESTDIR=${BINDIR} install || die
276     SHELL="${SHELL}" DESTDIR=${BINDIR} ./mach install || die
277    
278   # fix permissions   # fix permissions
279   mchown -R root:root /usr/$(mlibdir)/firefox || die   mchown -R root:root /usr/$(mlibdir)/firefox || die

Legend:
Removed from v.12436  
changed lines
  Added in v.12438