diff options
Diffstat (limited to 'source/x/x11/make/xcb-proto')
-rw-r--r-- | source/x/x11/make/xcb-proto | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source/x/x11/make/xcb-proto b/source/x/x11/make/xcb-proto index a4c380bbc..b39aa7786 100644 --- a/source/x/x11/make/xcb-proto +++ b/source/x/x11/make/xcb-proto @@ -1,17 +1,7 @@ -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 - |