Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Using @PYTHON@ for this path would result in the build system python being |
| 2 | referred to. Instead we want to locate python from the environment. |
| 3 | |
| 4 | Upstream-Status: Inappropriate [configuration] |
| 5 | |
| 6 | diff -ruN libglade-2.6.4-orig//libglade-convert.in libglade-2.6.4/libglade-convert.in |
| 7 | --- libglade-2.6.4-orig//libglade-convert.in 2011-09-22 10:18:28.991164003 +0800 |
| 8 | +++ libglade-2.6.4/libglade-convert.in 2011-09-22 10:18:55.431164003 +0800 |
| 9 | @@ -1,4 +1,4 @@ |
| 10 | -#!@PYTHON@ |
| 11 | +#!/usr/bin/env python |
| 12 | # -*- mode: python -*- |
| 13 | |
| 14 | # yes, this requires python 2.x and an XML parser module (eg. PyExpat) |