Don't clean up in directory that no longer exists.
authorPeter Michael Green <plugwash@raspbian.org>
Mon, 5 Oct 2020 13:18:05 +0000 (13:18 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 7 Oct 2020 09:10:26 +0000 (09:10 +0000)
debian/rules

index be31e92e18ce1bbc6bcbadaae9c67392149e85c2..28315204b78f07a747c5d068918d7dd11045b7c4 100755 (executable)
@@ -274,7 +274,6 @@ override_dh_auto_clean::
        rm -f $(filter-out debian/control,$(GENERATED_FILES))
        rm -f $$(cat debian/extra-clean 2>/dev/null) debian/extra-clean old-configure js/src/old-configure
        rm -rf stamps l10n $(CARGO_HOME)
-       find third_party/python/psutil/tmp/ ! -name 'tmpoJXh06.o' -type f -exec rm -f {} +
        rm -f third_party/python/psutil/psutil/*.so
        rm -rf third_party/python/psutil/build/temp*
        rm -rf third_party/python/psutil/build/lib*