Magellan Linux

Diff of /smage/trunk/core/rpm2targz/rpm2targz-9.0.0.4g-r2.smage2

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

revision 3880 by niro, Mon Jul 23 09:37:23 2012 UTC revision 3881 by niro, Mon Jul 23 09:37:49 2012 UTC
# Line 31  src_prepare() Line 31  src_prepare()
31  {  {
32   # busybox sometimes does not recorgnizes lzma right   # busybox sometimes does not recorgnizes lzma right
33   install -d ${BUILDDIR} || die   install -d ${BUILDDIR} || die
34   tar xvaf ${SOURCESDIR}/${PNAME}/${SRCFILE} -C ${BUILDDIR} || die   tar xvaf ${SOURCEDIR}/${PNAME}/${SRCFILE} -C ${BUILDDIR} || die
35  }  }
36    
37  src_compile()  src_compile()

Legend:
Removed from v.3880  
changed lines
  Added in v.3881