Magellan Linux

Diff of /trunk/core/shadow/shadow-4.1.5-r1.smage2

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

revision 11290 by niro, Fri Mar 2 12:53:47 2012 UTC revision 11291 by niro, Fri Mar 2 12:57:23 2012 UTC
# Line 36  SRC_URI=( Line 36  SRC_URI=(
36   mirror://${PNAME}/pamd-systemauth/login-${PAMD_LOGIN_REV}   mirror://${PNAME}/pamd-systemauth/login-${PAMD_LOGIN_REV}
37   mirror://${PNAME}/pamd-systemauth/su-${PAMD_SU_REV}   mirror://${PNAME}/pamd-systemauth/su-${PAMD_SU_REV}
38   mirror://${PNAME}/${PNAME}-4.1.2.1-defaults.patch   mirror://${PNAME}/${PNAME}-4.1.2.1-defaults.patch
39     mirror://${PNAME}/${PNAME}-${PVER}-missing-include.patch
40  )  )
41    
42  UP2DATE="updatecmd ${HOMEPAGE} | grep 'New release' | sed 's/.*: \(.*\).*/\1/;q'"  UP2DATE="updatecmd ${HOMEPAGE} | grep 'New release' | sed 's/.*: \(.*\).*/\1/;q'"
# Line 47  src_prepare() Line 48  src_prepare()
48   # fixes useradd default settings (create_mail_spool)   # fixes useradd default settings (create_mail_spool)
49   mpatch ${PNAME}-4.1.2.1-defaults.patch || die   mpatch ${PNAME}-4.1.2.1-defaults.patch || die
50    
51     # fix a missing include
52     mpatch ${PNAME}-${PVER}-missing-include.patch || die
53    
54   # do not build 'groups'; coreutils provide a better version   # do not build 'groups'; coreutils provide a better version
55   all-abis "sed -i 's/groups$(EXEEXT) //' src/Makefile.in" || die   all-abis "sed -i 's/groups$(EXEEXT) //' src/Makefile.in" || die
56   all-abis "sed -i '/groups/d' man/Makefile.in" || die   all-abis "sed -i '/groups/d' man/Makefile.in" || die

Legend:
Removed from v.11290  
changed lines
  Added in v.11291