Adjust find command to avoid serarching git directories.
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 11 May 2023 19:42:09 +0000 (19:42 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 11 May 2023 19:42:09 +0000 (19:42 +0000)
debian/rules

index 34063b6ac7541eb6d01ab8c38eafa06048fde568..dabce5dc7d79e986b4db05855140bafe6f1fd460 100755 (executable)
@@ -94,7 +94,7 @@ build:
 
 override_dh_auto_clean:
        dh_auto_clean --builddirectory=obj-thunderbird
-       find -type f -name "*.pyc" -exec rm {} \;
+       find -type f -name "*.pyc" -exec rm {} \;
        rm -rf third_party/python/psutil/tmp
        rm -f configure old-configure js/src/configure js/src/old-configure mozconfig.*
        # needed for thunderbird-l10n