projects
/
thunderbird.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65d6b19
)
Adjust find command to avoid serarching git directories.
author
Peter Michael Green
<plugwash@raspbian.org>
Thu, 11 May 2023 19:42:09 +0000
(19:42 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Thu, 11 May 2023 19:42:09 +0000
(19:42 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 34063b6ac7541eb6d01ab8c38eafa06048fde568..dabce5dc7d79e986b4db05855140bafe6f1fd460 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-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