Magellan Linux

Diff of /smage/trunk/core/udev/udev-146-r4.smage2

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

revision 115 by niro, Thu Jan 7 09:19:11 2010 UTC revision 116 by niro, Thu Jan 7 09:24:47 2010 UTC
# Line 26  CONFIG_SRCDIR="${BUILDDIR}/config-${PNAM Line 26  CONFIG_SRCDIR="${BUILDDIR}/config-${PNAM
26  # location where they are  # location where they are
27  [[ -z ${LINUX_SOURCES} ]] && LINUX_SOURCES="/usr/src/linux"  [[ -z ${LINUX_SOURCES} ]] && LINUX_SOURCES="/usr/src/linux"
28    
29  sminclude mtools multilib  MCORE_ONLY_KEEP="etc lib $(mlibdir) sbin usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
30    sminclude mtools multilib mcore-split
31    
32  SRC_URI=(  SRC_URI=(
33   http://www.kernel.org/pub/linux/utils/kernel/hotplug/${SRCFILE}   http://www.kernel.org/pub/linux/utils/kernel/hotplug/${SRCFILE}
# Line 62  src_compile() Line 63  src_compile()
63   mmake || die   mmake || die
64  }  }
65    
66  src_install()  mcore_generic_src_install()
67  {  {
68   mmake DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die
69   minstalldocs COPYING ChangeLog NEWS README TODO docs/writing_udev_rules/* || die   minstalldocs COPYING ChangeLog NEWS README TODO docs/writing_udev_rules/* || die

Legend:
Removed from v.115  
changed lines
  Added in v.116