Magellan Linux

Diff of /branches/magellan-next/core/util-linux/util-linux-2.19.1-r1.smage2

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

revision 7541 by niro, Thu May 26 19:58:08 2011 UTC revision 7553 by niro, Thu May 26 21:04:48 2011 UTC
# Line 80  src_install() Line 80  src_install()
80   mmake DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die
81   minstalldocs HISTORY MAINTAINER README VERSION || die   minstalldocs HISTORY MAINTAINER README VERSION || die
82  }  }
83    
84    preinstall()
85    {
86     if [[ ! -z $(magequery -n linux32) ]]
87     then
88     echo -e ${COLRED}
89     echo -e "Error: dev-util/linux32 is installed!!"
90     echo -e "linux32 is now provided by util-linux and doesn't need an extra package anymore."
91     echo -e "Please uninstall dev-util/linux32 first!"
92     echo -e ${COLDEFAULT}
93     die "dev-util/linux32 found!"
94     fi
95    }

Legend:
Removed from v.7541  
changed lines
  Added in v.7553