diff --git a/python-pelican.spec b/python-pelican.spec index 72647ea..21d544f 100644 --- a/python-pelican.spec +++ b/python-pelican.spec @@ -87,7 +87,7 @@ sed -i '1d' \ # remove executable bit, this is not a script chmod -x pelican/tools/templates/publishconf.py.jinja2 # remove macos hidden temporary files -rm pelican/themes/.DS_Store pelican/themes/notmyidea/.DS_Store +find . .DS_Store -print -delete %build %python_build