Magellan Linux

Diff of /smage/trunk/core/bison/bison-2.4.3-r1.smage2

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

revision 947 by niro, Fri Dec 10 17:18:34 2010 UTC revision 948 by niro, Fri Dec 10 17:33:05 2010 UTC
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24  )  )
25    
26  UP2DATE="updatecmd_gnu ${PNAME}"  UP2DATE="updatecmd_gnu ${PNAME}"
27    
28    src_prepare()
29    {
30     # check for proper /dev/null
31     [[ ! -c ${MROOT}/dev/null ]] && die "/dev/null not found or no character device!"
32    
33     munpack ${SRCFILE} || die
34    }

Legend:
Removed from v.947  
changed lines
  Added in v.948