1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
cd python2 if ! make $NUMJOBS ; then touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed continue fi make install DESTDIR=$PKG cd - cd python3 if ! make $NUMJOBS ; then touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed continue fi make install DESTDIR=$PKG cd -