Magellan Linux

Diff of /smage/trunk/core/patch/patch-2.7.1-r1.smage2

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

revision 4084 by niro, Wed Nov 7 08:29:22 2012 UTC revision 4085 by niro, Wed Nov 7 08:32:55 2012 UTC
# Line 19  sminclude mbuild Line 19  sminclude mbuild
19  SRC_URI=(  SRC_URI=(
20   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
21   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-${PVER}-get-arg.patch  
22  )  )
23    
24  UP2DATE="updatecmd_gnu ${PNAME}"  UP2DATE="updatecmd_gnu ${PNAME}"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fixed arguments for get  
  # see: https://bugzilla.redhat.com/show_bug.cgi?id=553624  
  mpatch ${PNAME}-${PVER}-get-arg.patch || die  
 }  

Legend:
Removed from v.4084  
changed lines
  Added in v.4085