Magellan Linux

Diff of /smage/trunk/core/grub/grub-2.00-r1.smage2

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

revision 3739 by niro, Tue Jul 17 13:01:15 2012 UTC revision 3740 by niro, Tue Jul 17 13:09:57 2012 UTC
# Line 33  SRC_URI=( Line 33  SRC_URI=(
33   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
34   mirror://${PNAME}/${PNAME}-${PVER}-confd.patch   mirror://${PNAME}/${PNAME}-${PVER}-confd.patch
35   mirror://${PNAME}/${PNAME}-${PVER}-cosmetic.patch   mirror://${PNAME}/${PNAME}-${PVER}-cosmetic.patch
36     mirror://${PNAME}/${PNAME}-${PVER}-gnulib-gets.patch
37   mirror://${PNAME}/${PNAME}-${PVER}-busybox.patch   mirror://${PNAME}/${PNAME}-${PVER}-busybox.patch
38  )  )
39    
# Line 50  src_prepare() Line 51  src_prepare()
51    
52   # use /etc/conf.d/grub instead of /etc/default/grub   # use /etc/conf.d/grub instead of /etc/default/grub
53   mpatch ${PNAME}-${PVER}-confd.patch || die   mpatch ${PNAME}-${PVER}-confd.patch || die
54   # cometic fixes   # cosmetic fixes
55   mpatch ${PNAME}-${PVER}-cosmetic.patch || die   mpatch ${PNAME}-${PVER}-cosmetic.patch || die
56     # fix ftbfs with newer glibc (>= 2.16)
57     mpatch ${PNAME}-${PVER}-gnulib-gets.patch || die
58    
59   # fixes some issues with busybox   # fixes some issues with busybox
60   mpatch ${PNAME}-${PVER}-busybox.patch || die   mpatch ${PNAME}-${PVER}-busybox.patch || die

Legend:
Removed from v.3739  
changed lines
  Added in v.3740