Magellan Linux

Diff of /branches/magellan-next/core/python/python-2.7.0-r4.smage2

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

revision 6337 by niro, Fri Aug 20 19:53:55 2010 UTC revision 6338 by niro, Fri Aug 20 19:55:52 2010 UTC
# Line 93  src_install() Line 93  src_install()
93   if [[ ${ARCH} = x86_64 ]]   if [[ ${ARCH} = x86_64 ]]
94   then   then
95   # move config header   # move config header
96   all-abis mv -v ${BINDIR}/usr/include/python${PVER%.*}/pyconfig{,'${abi}'}.h   mv -v ${BINDIR}/usr/include/python${PVER%.*}/pyconfig{,${abi}}.h
97    
98   # install a stub header   # install a stub header
99   cat > ${BINDIR}/usr/include/python${PVER%.*}/pyconfig.h << "EOF"   cat > ${BINDIR}/usr/include/python${PVER%.*}/pyconfig.h << "EOF"
# Line 114  src_install() Line 114  src_install()
114  #endif /* __STUB__PYCONFIG_H__ */  #endif /* __STUB__PYCONFIG_H__ */
115  EOF  EOF
116   # install the multiarch-wrapper   # install the multiarch-wrapper
117   all-abis mv -v ${BINDIR}/usr/bin/python${PYVER%.*}{,-'${abi}'}   mv -v ${BINDIR}/usr/bin/python${PYVER%.*}{,-${abi}}
118   mlink multiarch-wrapper /usr/bin/python${PYVER%.*}   mlink multiarch-wrapper /usr/bin/python${PYVER%.*}
119   fi   fi
120   done   done

Legend:
Removed from v.6337  
changed lines
  Added in v.6338