Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/mage/mage-0.4.25-r1.smage2

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

revision 2099 by niro, Thu May 12 12:25:25 2011 UTC revision 2114 by niro, Thu May 12 20:14:45 2011 UTC
# Line 20  sminclude alx Line 20  sminclude alx
20    
21  SRC_URI=(  SRC_URI=(
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${PNAME}-${PVER}-magequery-ignore-mage-files.patch
24  )  )
25    
26  src_prepare()  src_prepare()
27  {  {
28   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
29     cd ${SRCDIR}
30    
31     # fix magequery
32     mpatch ${PNAME}-${PVER}-magequery-ignore-mage-files.patch || die
33  }  }
34    
35  src_install()  src_install()

Legend:
Removed from v.2099  
changed lines
  Added in v.2114