Magellan Linux

Diff of /trunk/core/tar/tar-1.31-r1.smage2

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

revision 31975 by niro, Mon Jan 28 15:24:30 2019 UTC revision 31976 by niro, Mon Jan 28 15:27:29 2019 UTC
# Line 22  sminclude mbuild Line 22  sminclude mbuild
22  SRC_URI=(  SRC_URI=(
23   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-${PVER}-tests-difflink.patch  
25  )  )
26    
27  UP2DATE="updatecmd_gnu ${PNAME}"  UP2DATE="updatecmd_gnu ${PNAME}"
28    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fix some issues with the difflink test  
  # see: http://lists.gnu.org/archive/html/bug-tar/2017-12/msg00027.html  
  mpatch ${PNAME}-${PVER}-tests-difflink.patch || die  
 }  
   
29  src_compile()  src_compile()
30  {  {
31   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.31975  
changed lines
  Added in v.31976