Magellan Linux

Diff of /trunk/core/hal/hal-0.5.13-r3.smage2

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

revision 4755 by niro, Sun Dec 27 21:43:35 2009 UTC revision 4757 by niro, Sun Dec 27 21:48:03 2009 UTC
# Line 54  UP2DATE="updatecmd_freedesktop ${PNAME}" Line 54  UP2DATE="updatecmd_freedesktop ${PNAME}"
54  src_prepare()  src_prepare()
55  {  {
56   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
  cd ${SRCDIR}  
57    
58   # allow plugdev group people to mount   # allow plugdev group people to mount
59   mpatch ${PNAME}-0.5.7.1-plugdev-allow-send.patch || die   mpatch ${PNAME}-0.5.7.1-plugdev-allow-send.patch || die
# Line 74  src_prepare() Line 73  src_prepare()
73    
74  src_compile()  src_compile()
75  {  {
  cd ${SRCDIR}  
   
76   mconfigure \   mconfigure \
77   --libexecdir=/usr/$(mlibdir)/hal \   --libexecdir=/usr/$(mlibdir)/hal \
78   --with-pid-file=/var/run/hald/hald.pid \   --with-pid-file=/var/run/hald/hald.pid \
# Line 105  src_compile() Line 102  src_compile()
102    
103  src_install()  src_install()
104  {  {
  cd ${SRCDIR}  
   
105   # needed directories   # needed directories
106   minstalldir /lib/udev || die   minstalldir /lib/udev || die
107    

Legend:
Removed from v.4755  
changed lines
  Added in v.4757