From addc126eaf8a6b47783ddc78eab7e8102091bd11 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Fri, 29 Mar 2013 13:19:40 +0100 Subject: [PATCH] updated resources.py fie --- scripts/generate_resources.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/generate_resources.sh b/scripts/generate_resources.sh index d1717507d..e525ee29b 100755 --- a/scripts/generate_resources.sh +++ b/scripts/generate_resources.sh @@ -1,5 +1,5 @@ #!/bin/sh -# vim: autoindent shiftwidth=4 expandtab textwidth=80 tabstop=4 softtabstop=4 +# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4 ############################################################################### # OpenLP - Open Source Lyrics Projection # @@ -47,8 +47,7 @@ mv openlp/core/resources.py openlp/core/resources.py.old pyrcc4 -o openlp/core/resources.py.new resources/images/openlp-2.qrc # Remove patch breaking lines -cat openlp/core/resources.py.new | sed '/# Created: /d;/# by: /d' \ - > openlp/core/resources.py +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