summaryrefslogtreecommitdiffstats
path: root/source/x/x11/make/xcb-proto
blob: b39aa7786448fab2e38a50f2fe5f86b5abd5a9db (about) (plain) (blame)
1
2
3
4
5
6
7
cd python3
  if ! make $NUMJOBS ; then
    touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed
    continue
  fi
  make install DESTDIR=$PKG
cd -