Magellan Linux

Diff of /branches/R11-unstable/include/multilib.sminc

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

revision 20978 by niro, Wed Feb 19 12:10:12 2014 UTC revision 20980 by niro, Wed Feb 19 12:23:44 2014 UTC
# Line 582  multilib_src_install() Line 582  multilib_src_install()
582  {  {
583   if [[ ! -z $(typeset -f cmake_src_install) ]]   if [[ ! -z $(typeset -f cmake_src_install) ]]
584   then   then
585   cmake_src_compile || die   cmake_src_install || die
586   else   else
587   mmake DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die
588   fi   fi

Legend:
Removed from v.20978  
changed lines
  Added in v.20980