On Sat, Dec 26, 2020 at 10:50:26PM +0100, Lucas Nussbaum wrote: >... > > running clean > > removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_py-lz4framed/build' (and > > everything under it) > > 'build/bdist.linux-x86_64' does not exist -- can't clean it > > 'build/scripts-3.9' does not exist -- can't clean it > > rm -rf .pybuild/ > > find . -name \*.pyc -exec rm {} \; > > rm -rf py_lz4framed.egg-info/ > > rm -f lz4/lz4frame.h > > cp /usr/include/lz4frame.h lz4/lz4frame.h >...
override_dh_auto_clean is not the correct place for copying lz4frame.h, this should be done before configuring. cu Adrian