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 5916 by niro, Tue Aug 17 15:16:52 2010 UTC revision 5917 by niro, Tue Aug 17 15:40:40 2010 UTC
# Line 26  sminclude mtools multilib Line 26  sminclude mtools multilib
26  SRC_URI=(  SRC_URI=(
27   http://www.kernel.org/pub/linux/utils/${PNAME}-ng/v${PVER/%.?/}/${SRCFILE}   http://www.kernel.org/pub/linux/utils/${PNAME}-ng/v${PVER/%.?/}/${SRCFILE}
28   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
29     mirror://${PNAME}/${PNAME}-${PVER}-slang.patch
30     mirror://${PNAME}/${PNAME}-${PVER}-ncursesw.patch
31     mirror://${PNAME}/${PNAME}-${PVER}-cfdisk-string-len.patch
32  )  )
33    
34  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 34  src_prepare() Line 37  src_prepare()
37  {  {
38   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
39    
40     # fixes slang issues
41     mpatch ${PNAME}-${PVER}-slang.patch || die
42    
43     # handle non-wide ncurses as well
44     mpatch ${PNAME}-${PVER}-ncursesw.patch || die
45    
46     # fixes get_string() not calculating correct limits
47     mpatch ${PNAME}-${PVER}-cfdisk-string-len.patch || die
48    
49   # fhs compatibility   # fhs compatibility
50   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
51  }  }

Legend:
Removed from v.5916  
changed lines
  Added in v.5917