Magellan Linux

Diff of /smage/trunk/extras/usbip/usbip-0.1.7-r2.smage2

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

revision 3243 by niro, Mon Sep 19 19:07:12 2011 UTC revision 3244 by niro, Mon Sep 19 19:07:56 2011 UTC
# Line 48  src_prepare() Line 48  src_prepare()
48    
49  src_compile()  src_compile()
50  {  {
51   cd ${SRCDIR}   cd ${SRCDIR}/src
52   mconfigure --with-usbids-dir=/usr/share/misc || die   mconfigure --with-usbids-dir=/usr/share/misc || die
53  }  }
54    
55  alx_generic_src_install()  alx_generic_src_install()
56  {  {
57   cd ${SRCDIR}   cd ${SRCDIR}/src
58   mmake DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die
59    
60   # install daemons, rc scripts and configuration   # install daemons, rc scripts and configuration

Legend:
Removed from v.3243  
changed lines
  Added in v.3244