Magellan Linux

Diff of /branches/magellan-next/core/util-linux/util-linux-2.18-r1.smage2

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

revision 5920 by niro, Tue Aug 17 15:59:04 2010 UTC revision 5921 by niro, Tue Aug 17 16:12:21 2010 UTC
# Line 30  SRC_URI=( Line 30  SRC_URI=(
30   mirror://${PNAME}/${PNAME}-${PVER}-ncursesw.patch   mirror://${PNAME}/${PNAME}-${PVER}-ncursesw.patch
31   mirror://${PNAME}/${PNAME}-${PVER}-cfdisk-string-len.patch   mirror://${PNAME}/${PNAME}-${PVER}-cfdisk-string-len.patch
32   mirror://${PNAME}/${PNAME}-${PVER}-fix-findmnt.patch   mirror://${PNAME}/${PNAME}-${PVER}-fix-findmnt.patch
33     mirror://${PNAME}/${PNAME}-${PVER}-mount-loopdev.patch
34  )  )
35    
36  UP2DATE="updatecmd \"${HOMEPAGE}/v$(updatecmd ${HOMEPAGE} | grep v.*/ | sed -n 's/.*v\(.*\)\/.*/\1/;$ p')/?C=M;O=A\" | grep -v 'rc' | lasttarball"  UP2DATE="updatecmd \"${HOMEPAGE}/v$(updatecmd ${HOMEPAGE} | grep v.*/ | sed -n 's/.*v\(.*\)\/.*/\1/;$ p')/?C=M;O=A\" | grep -v 'rc' | lasttarball"
# Line 50  src_prepare() Line 51  src_prepare()
51   # fixes some mount issues   # fixes some mount issues
52   mpatch ${PNAME}-${PVER}-fix-findmnt.patch || die   mpatch ${PNAME}-${PVER}-fix-findmnt.patch || die
53    
54     # iso images listed in fstab are mounted twice at boot
55     mpatch ${PNAME}-${PVER}-mount-loopdev.patch || die
56    
57   # fhs compatibility   # fhs compatibility
58   all-abis sed -i 's:etc/adjtime:var/lib/hwclock/adjtime:' hwclock/hwclock.c || die   all-abis sed -i 's:etc/adjtime:var/lib/hwclock/adjtime:' hwclock/hwclock.c || die
59    

Legend:
Removed from v.5920  
changed lines
  Added in v.5921