summaryrefslogtreecommitdiffstats
path: root/source/x/x11/make/xcb-proto
blob: a4c380bbca8391692e6a85a6cba1a060442d109d (plain) (blame)
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 -