summarylogtreecommitdiffstats
path: root/missing-app-variable.patch
diff options
context:
space:
mode:
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