summarylogtreecommitdiffstats
path: root/missing-app-variable.patch
diff options
context:
space:
mode:
authorMuflone2017-11-01 22:10:14 +0100
committerMuflone2017-11-01 22:10:14 +0100
commit0ab91e9de08386190bd4ac1dd5a85e94c6bc3a4e (patch)
tree0892b7bb8a5cf420147dd7702797d3e40d49e947 /missing-app-variable.patch
parent31c813fd5dad22dc82f53cbe91ee2b188c486732 (diff)
downloadaur-html2pdf.tar.gz
Updated package html2pdf 1.0-2
Diffstat (limited to 'missing-app-variable.patch')
-rw-r--r--missing-app-variable.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/missing-app-variable.patch b/missing-app-variable.patch
new file mode 100644
index 000000000000..df295ca1cf3e
--- /dev/null
+++ b/missing-app-variable.patch
@@ -0,0 +1,12 @@
+diff -Naur usr.orig/share/html2pdf/html2pdf.py usr/share/html2pdf/html2pdf.py
+--- usr.orig/share/html2pdf/html2pdf.py 2010-01-19 18:26:38.000000000 +0100
++++ usr/share/html2pdf/html2pdf.py 2017-11-01 22:00:38.850860399 +0100
+@@ -27,7 +27,7 @@
+ import urllib
+ import commands
+
+-
++APP = "HTML to PDF Converter"
+ DISTRO = commands.getoutput("lsb_release -is")
+
+ from subprocess import Popen, PIPE