Magellan Linux

Diff of /trunk/include/python.sminc

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

revision 33234 by niro, Mon Oct 21 09:06:20 2019 UTC revision 33241 by niro, Mon Oct 21 10:06:01 2019 UTC
# Line 105  python_doinstall() Line 105  python_doinstall()
105   ${MAGE_PYTHON_EXEC} waf install --destdir=${BINDIR} $@ || die   ${MAGE_PYTHON_EXEC} waf install --destdir=${BINDIR} $@ || die
106   elif [[ -e meson.build ]]   elif [[ -e meson.build ]]
107   then   then
108   DESTDIR=${BINDIR} meson install || die   DESTDIR=${BINDIR} mninja install || die
109   elif [[ -e install.py ]]   elif [[ -e install.py ]]
110   then   then
111   ${MAGE_PYTHON_EXEC} install.py --prefix=/usr --files-only --destdir=${BINDIR} $@ || die   ${MAGE_PYTHON_EXEC} install.py --prefix=/usr --files-only --destdir=${BINDIR} $@ || die

Legend:
Removed from v.33234  
changed lines
  Added in v.33241