Magellan Linux

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

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

revision 30371 by niro, Wed Jan 17 13:30:29 2018 UTC revision 30372 by niro, Wed Jan 17 13:58:55 2018 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}
25     mirror://${PNAME}/${PNAME}-${PVER}-tests-difflink.patch
26  )  )
27    
28  UP2DATE="updatecmd_gnu ${PNAME}"  UP2DATE="updatecmd_gnu ${PNAME}"
29    
30    src_prepare()
31    {
32     munpack ${SRCFILE} || die
33     cd ${SRCDIR}
34    
35     # fix some issues with the difflink test
36     # see: http://lists.gnu.org/archive/html/bug-tar/2017-12/msg00027.html
37     mpatch ${PNAME}-${PVER}-tests-difflink.patch || die
38    }
39    
40  src_compile()  src_compile()
41  {  {
42   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.30371  
changed lines
  Added in v.30372