File: Fix-path-to-interpreter.patch

package info (click to toggle)
xhtml2pdf 0.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,952 kB
  • sloc: python: 10,482; makefile: 242; xml: 24
file content (16 lines) | stat: -rw-r--r-- 625 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From c34097658ba3e061ef18906c76aeb59f9c4e0e7c Mon Sep 17 00:00:00 2001
From: Matthias Schmitz <matthias@sigxcpu.org>
Date: Tue, 8 Apr 2014 23:26:19 +0200
Subject: Fix path to interpreter

Patch-Name: 0001-Fix-path-to-interpreter.patch
Index: xhtml2pdf/xhtml2pdf/paragraph.py
===================================================================
--- xhtml2pdf.orig/xhtml2pdf/paragraph.py	2022-04-07 17:58:03.213959104 +0200
+++ xhtml2pdf/xhtml2pdf/paragraph.py	2022-04-07 17:58:34.998229082 +0200
@@ -1,4 +1,4 @@
-#!/bin/env/python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 # Copyright 2010 Dirk Holtwick, holtwick.it