Magellan Linux

Diff of /branches/magellan-next/core/xz-utils/xz-utils-4.999.9beta-r1.smage2

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

revision 6812 by niro, Wed Sep 22 16:47:51 2010 UTC revision 6813 by niro, Wed Sep 22 17:00:36 2010 UTC
# Line 35  src_compile() Line 35  src_compile()
35    
36   mmake || die   mmake || die
37  }  }
38    
39    src_install()
40    {
41     mmake DESTDIR=${BINDIR} install || die
42     minstalldocs AUTHORS ChangeLog COPYING* NEWS README THANKS TODO || die
43     # compress all docs (some get installed but not compressed)
44     ${MLIBDIR}/compressdoc -g -9 ${BINDIR}/usr/share/man/${PNAME}-${PVER} || die
45    }

Legend:
Removed from v.6812  
changed lines
  Added in v.6813