Hi, What are the equivalents of 'make' and 'make install DESTDIR=foo' with sip5? For packaging it is important to have distinct build and install steps, and the final target install dir may not be available during the build step. Building pyqt with 'sip-build' still tries to write to the target dir - which fails if it is not writtable.