Magellan Linux

Diff of /branches/branch-xorg18/core/xf86-input-vmmouse/xf86-input-vmmouse-12.6.9-r1.smage2

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

revision 5255 by niro, Fri Apr 16 18:50:27 2010 UTC revision 5256 by niro, Fri Apr 16 18:58:15 2010 UTC
# Line 18  src_compile() Line 18  src_compile()
18  {  {
19   cd ${SRCDIR}   cd ${SRCDIR}
20    
21   # hal-probe-vmmware executable must be found systemwide   xorg_src_configure --with-udev-rules-dir=/$(mlibdir)/udev/rules.d || die
  xorg_src_configure --with-hal-callouts-dir=/usr/bin || die  
22   mmake || die   mmake || die
23    
24  }  }
25    
26  # restart hal to get the provided hal rules recognized  # reload udev to get the provided udev rules recognized
27  postinstall()  postinstall()
28  {  {
29   mstartservice hald   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]] &&
30     [[ -n $(pidof udevd) ]] && [[ ${MAGE_BOOTSTRAP} != true ]]
31     then
32     udevadm control --reload-rules
33     fi
34  }  }
35    
36  postremove()  postremove()
37  {  {
38   mstartservice hald   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]] &&
39     [[ -n $(pidof udevd) ]] && [[ ${MAGE_BOOTSTRAP} != true ]]
40     then
41     udevadm control --reload-rules
42     fi
43  }  }

Legend:
Removed from v.5255  
changed lines
  Added in v.5256