Magellan Linux

Diff of /trunk/core/less/less-530-r1.smage2

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

revision 30655 by niro, Mon Mar 5 12:36:54 2018 UTC revision 30656 by niro, Mon Mar 5 13:03:46 2018 UTC
# Line 26  SRC_URI=( Line 26  SRC_URI=(
26    
27  UP2DATE="updatecmd ${HOMEPAGE}/download.html | grep -i 'recommended:.*(source)' | sed 's/.*version \(.*\) (source.*/\1/'"  UP2DATE="updatecmd ${HOMEPAGE}/download.html | grep -i 'recommended:.*(source)' | sed 's/.*version \(.*\) (source.*/\1/'"
28    
29    src_prepare()
30    {
31     # regular tarball, not a tar.gz
32     tar xvf ${SOURCEDIR}/${PNAME}/${SRCFILE} -C ${BUILDDIR} || die
33    }
34    
35  src_install()  src_install()
36  {  {
37   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.30655  
changed lines
  Added in v.30656