Magellan Linux

Diff of /smage/trunk/core/mage/mage-0.4.108-r1.smage2

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

revision 5907 by niro, Wed Mar 18 10:20:43 2015 UTC revision 5908 by niro, Wed Mar 18 10:23:31 2015 UTC
# Line 43  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 43  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
43    
44  sminclude alx  sminclude alx
45    
46  SRC_URI=(  SRC_URI=( mirror://${PNAME}/${SRCFILE} )
  mirror://${PNAME}/${SRCFILE}  
  mirror://${PNAME}/${PNAME}-0.4.94-busybox-etc-update.patch  
  mirror://${PNAME}/${PNAME}-0.4.104-busybox-museradd-fix.patch  
 )  
47    
48  src_prepare()  src_prepare()
49  {  {
50   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
  cd ${SRCDIR}  
   
  # busybox patches not included upstream  
  #mpatch ${PNAME}-0.4.94-busybox-etc-update.patch || die  
  # adduser: fixes unknown -l switch  
  mpatch ${PNAME}-0.4.104-busybox-museradd-fix.patch || die  
51  }  }
52    
53  src_install()  src_install()

Legend:
Removed from v.5907  
changed lines
  Added in v.5908