Magellan Linux

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

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

revision 165 by niro, Tue Oct 14 18:41:47 2008 UTC revision 166 by niro, Tue Oct 14 19:42:34 2008 UTC
# Line 65  src_prepare() Line 65  src_prepare()
65  src_compile()  src_compile()
66  {  {
67   # configures shadow with pam   # configures shadow with pam
68   all-abis mconfigure \   mconfigure \
69   --enable-shared \   --enable-shared \
70   --with-libpam \   --with-libpam \
71   --with-libcrack \   --with-libcrack \
# Line 85  src_install() Line 85  src_install()
85   all-abis minstalldir /'$(mlibdir)' || die   all-abis minstalldir /'$(mlibdir)' || die
86    
87   # added exec_prefix for better bin location   # added exec_prefix for better bin location
88   all-abis make DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die
89    
90   # move libs to a proper location   # move libs to a proper location
91   all-abis mv ${BINDIR}/usr/'$(mlibdir)'/libshadow.so.0* ${BINDIR}/'$(mlibdir)' || die   all-abis mv ${BINDIR}/usr/'$(mlibdir)'/libshadow.so.0* ${BINDIR}/'$(mlibdir)' || die

Legend:
Removed from v.165  
changed lines
  Added in v.166