Magellan Linux

Diff of /branches/magellan-next/include/python.sminc

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

revision 8672 by niro, Wed Jul 27 11:23:46 2011 UTC revision 8673 by niro, Wed Jul 27 18:34:11 2011 UTC
# Line 19  get_python_libdir() Line 19  get_python_libdir()
19   return 0   return 0
20  }  }
21    
22    get_python_includedir()
23    {
24     local pyinc
25     pyinc=$(python -c 'from distutils import sysconfig; print sysconfig.get_python_inc()')
26     echo "${pyinc}"
27     return 0
28    }
29    
30  python_src_prepare()  python_src_prepare()
31  {  {
32   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die

Legend:
Removed from v.8672  
changed lines
  Added in v.8673