Magellan Linux

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

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

revision 9471 by niro, Thu Dec 1 18:45:01 2011 UTC revision 9472 by niro, Thu Dec 1 18:46:32 2011 UTC
# Line 46  python_docompile() Line 46  python_docompile()
46   mconfigure $@ || die   mconfigure $@ || die
47   mmake || die   mmake || die
48   elif [[ -e install.py ]]   elif [[ -e install.py ]]
49     then
50   echo "install.py found - nothing to compile here."   echo "install.py found - nothing to compile here."
51   else   else
52   mmake || die   mmake || die
# Line 61  python_doinstall() Line 62  python_doinstall()
62   then   then
63   python waf install --destdir=${BINDIR} $@ || die   python waf install --destdir=${BINDIR} $@ || die
64   elif [[ -e install.py ]]   elif [[ -e install.py ]]
65     then
66   python install.py --prefix=/usr --files-only --destdir=${BINDIR} $@ || die   python install.py --prefix=/usr --files-only --destdir=${BINDIR} $@ || die
67   else   else
68   mmake DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die

Legend:
Removed from v.9471  
changed lines
  Added in v.9472