Magellan Linux

Diff of /trunk/extras/cdrdao/cdrdao-1.2.3-r2.smage2

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

revision 9836 by niro, Thu Jan 12 13:38:51 2012 UTC revision 9837 by niro, Thu Jan 12 13:42:33 2012 UTC
# Line 24  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 24  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24  SRC_URI=(  SRC_URI=(
25   sourceforge://${PNAME}/${SRCFILE}   sourceforge://${PNAME}/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27     mirror://${PNAME}/${PNAME}-${PVER}-stat.patch
28  )  )
29    
30  UP2DATE="updatecmd_sourceforge ${PNAME}"  UP2DATE="updatecmd_sourceforge ${PNAME}"
# Line 33  src_prepare() Line 34  src_prepare()
34   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
35   cd ${SRCDIR}   cd ${SRCDIR}
36    
37     # fix missing includes
38     mpatch ${PNAME}-${PVER}-stat.patch || die
39    
40   # add our vendor string   # add our vendor string
41   sed -i "s:^\(PACKAGE_STRING=\).*:\1'cdrdao ${PVER} Magellan-Linux':" configure || die   sed -i "s:^\(PACKAGE_STRING=\).*:\1'cdrdao ${PVER} Magellan-Linux':" configure || die
42    

Legend:
Removed from v.9836  
changed lines
  Added in v.9837