forked from lda/telodendria
Delete .orig files with clean
This commit is contained in:
parent
8bd7e27de1
commit
1eca0579bc
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ recipe_run() {
|
||||||
# build recipe.
|
# build recipe.
|
||||||
recipe_clean() {
|
recipe_clean() {
|
||||||
rm -rv build
|
rm -rv build
|
||||||
|
find . -name '*.orig' -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
# Format the source code by updating the copyright headers and
|
# Format the source code by updating the copyright headers and
|
||||||
|
|
Loading…
Reference in a new issue