forked from pool/python-pelican
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user