Magellan Linux

Diff of /trunk/core/glib2/glib2-2.30.2-r2.smage2

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

revision 11448 by niro, Sat Mar 10 15:28:20 2012 UTC revision 11449 by niro, Sat Mar 10 15:38:51 2012 UTC
# Line 41  src_compile() Line 41  src_compile()
41    
42  src_install()  src_install()
43  {  {
  mmake DESTDIR=${BINDIR} install || die  
44   if [[ ${ARCH} = x86_64 ]]   if [[ ${ARCH} = x86_64 ]]
45   then   then
46   all-abis mv ${BINDIR}/usr/bin/gio-querymodules{,-$(mabi)} || die   for abi in ${MULTILIB_ABIS}
47     do
48     cd ${SRCDIR}-${abi}
49     oldmmake DESTDIR=${BINDIR} install || die
50     mv ${BINDIR}/usr/bin/gio-querymodules{,-${abi}} || die
51     done
52   mlink multiarch-wrapper /usr/bin/gio-querymodules || die   mlink multiarch-wrapper /usr/bin/gio-querymodules || die
53     else
54     mmake DESTDIR=${BINDIR} install || die
55   fi   fi
56    
57   minstalldocs AUTHORS ChangeLog* COPYING HACKING NEWS* README || die   minstalldocs AUTHORS ChangeLog* COPYING HACKING NEWS* README || die

Legend:
Removed from v.11448  
changed lines
  Added in v.11449