Magellan Linux

Diff of /trunk/core/udev/udev-141-r3.smage2

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

revision 1209 by niro, Sun Apr 26 09:47:19 2009 UTC revision 1210 by niro, Sun Apr 26 09:59:44 2009 UTC
# Line 43  src_prepare() Line 43  src_prepare()
43    
44  src_compile()  src_compile()
45  {  {
  cd ${SRCDIR}  
   
46   mconfigure \   mconfigure \
47   --exec-prefix= \   --exec-prefix= \
48   --with-libdir-name=$(mlibdir) \   --with-libdir-name='$(mlibdir)' \
49   --enable-logging \   --enable-logging \
50   --without-selinux \   --without-selinux \
51   || die   || die
# Line 57  src_compile() Line 55  src_compile()
55    
56  src_install()  src_install()
57  {  {
  cd ${SRCDIR}  
58   mmake DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die
59     minstalldocs COPYING ChangeLog NEWS README TODO docs/writing_udev_rules/* || die
60    
61   # install our config   # install our config
62   cd ${CONFIG_SRCDIR}   cd ${CONFIG_SRCDIR}
# Line 96  src_install() Line 94  src_install()
94   mknod ${BINDIR}/lib/udev/devices/urandom c 1 9 || die   mknod ${BINDIR}/lib/udev/devices/urandom c 1 9 || die
95   chmod 666 ${BINDIR}/lib/udev/devices/urandom || die   chmod 666 ${BINDIR}/lib/udev/devices/urandom || die
96   touch -t 198002220222 ${BINDIR}/lib/udev/devices/urandom || die   touch -t 198002220222 ${BINDIR}/lib/udev/devices/urandom || die
   
  cd ${SRCDIR}  
  minstalldocs COPYING ChangeLog NEWS README TODO docs/writing_udev_rules/* || die  
97  }  }
98    
99  preinstall()  preinstall()

Legend:
Removed from v.1209  
changed lines
  Added in v.1210