aboutsummaryrefslogtreecommitdiffstats
path: root/community/jbig2enc/20-shebang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/jbig2enc/20-shebang.patch')
-rw-r--r--community/jbig2enc/20-shebang.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/jbig2enc/20-shebang.patch b/community/jbig2enc/20-shebang.patch
new file mode 100644
index 00000000000..430c1b0d7c7
--- /dev/null
+++ b/community/jbig2enc/20-shebang.patch
@@ -0,0 +1,12 @@
+Author: Holger Jaekel <holger.jaekel@gmx.de>
+Summary: fixes shebang for Python
+----
+
+--- a/pdf.py
++++ b/pdf.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/python3
+ # Copyright 2006 Google Inc.
+ # Author: agl@imperialviolet.org (Adam Langley)
+ #