Magellan Linux

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

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

revision 8122 by niro, Tue Jul 12 17:16:31 2011 UTC revision 8123 by niro, Tue Jul 12 17:20:55 2011 UTC
# Line 33  python_src_compile() Line 33  python_src_compile()
33   python setup.py build "$@" || die   python setup.py build "$@" || die
34   elif [[ -e waf ]]   elif [[ -e waf ]]
35   then   then
36   python waf configure --prefix=/usr "$@" || die   python waf configure --prefix=/usr --libdir=/usr/$(mlibdir) "$@" || die
37   python waf build "$@" || die   python waf build "$@" || die
38   elif [[ -e configure ]]   elif [[ -e configure ]]
39   then   then

Legend:
Removed from v.8122  
changed lines
  Added in v.8123