Magellan Linux

Diff of /branches/magellan-next/core/pam/pam-1.1.3-r3.smage2

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

revision 7965 by niro, Mon Jun 6 09:18:24 2011 UTC revision 7966 by niro, Mon Jun 6 13:57:26 2011 UTC
# Line 114  src_install() Line 114  src_install()
114   minstallfile doc/specs/\*.txt /usr/share/doc/${PNAME}-${PVER}/spec || die   minstallfile doc/specs/\*.txt /usr/share/doc/${PNAME}-${PVER}/spec || die
115   minstallfile doc/txts/\* /usr/share/doc/${PNAME}-${PVER}/txt || die   minstallfile doc/txts/\* /usr/share/doc/${PNAME}-${PVER}/txt || die
116   gzip -9r ${BINDIR}/usr/share/doc/${PNAME}-${PVER}/{spec,txt} || die   gzip -9r ${BINDIR}/usr/share/doc/${PNAME}-${PVER}/{spec,txt} || die
117    
118     # check for pam_cracklib existence or die
119     [ -e ${BINDIR}/$(mlibdir)/security/pam_cracklib.so ] || die "pam_cracklib not found, your sys-libs/cracklib installation may be corrupt!"
120  }  }

Legend:
Removed from v.7965  
changed lines
  Added in v.7966