Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/ica-client/ica-client-11.100-r3.smage2

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

revision 2346 by niro, Thu Jun 9 13:30:34 2011 UTC revision 2347 by niro, Thu Jun 9 13:31:39 2011 UTC
# Line 62  SRC_URI=( Line 62  SRC_URI=(
62    
63  src_prepare()  src_prepare()
64  {  {
65   munpack ${SRCFILE} || die   install -d ${SRCDIR}
66     cd ${SRCDIR}
67    
68     rpm2targz ${SOURCEDIR}/${PNAME}/${SRCFILE} || die
69     tar --no-same-owner -xvzf ${SRCDIR}/${SRCFILE/.rpm/.tar.gz} || die
70  }  }
71    
72  alx_generic_src_install()  alx_generic_src_install()

Legend:
Removed from v.2346  
changed lines
  Added in v.2347