components/mailman/patches/01-shebang.patch
changeset 2089 99dd558dda74
equal deleted inserted replaced
2088:f42b10a1dc0e 2089:99dd558dda74
       
     1 The rest of the .py files use @PYTHON@ to pick up the exact path from
       
     2 configure, but for some reason this one file does not.  This patch has
       
     3 not yet been contributed upstream, but contribution is planned.
       
     4 
       
     5 --- mailman-2.1.18-1/bin/msgfmt.py.orig	2014-05-06 09:43:56.000000000 -0700
       
     6 +++ mailman-2.1.18-1/bin/msgfmt.py	2014-08-11 14:56:02.370461114 -0700
       
     7 @@ -1,4 +1,4 @@
       
     8 -#! /usr/bin/env python
       
     9 +#! @PYTHON@
       
    10  # -*- coding: iso-8859-1 -*-
       
    11  # Written by Martin v. L�wis <[email protected]>
       
    12