15
0

Don't fail on removing .DS_Store files'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=27
This commit is contained in:
2020-11-16 08:20:23 +00:00
committed by Git OBS Bridge
parent 063f3ae6f4
commit ff445c55af

View File

@@ -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