enable patching again

This commit is contained in:
Andreas Preikschat 2013-03-12 09:46:28 +01:00
parent 7bf8c45f35
commit 312d6a3ff9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ cat openlp/core/resources.py.new | sed '/# Created: /d;/# by: /d' \
> openlp/core/resources.py
# Patch resources.py to OpenLP coding style
#patch --posix -s openlp/core/resources.py scripts/resources.patch
patch --posix -s openlp/core/resources.py scripts/resources.patch
# Remove temporary file
rm openlp/core/resources.py.new