Files
pkgsrc-ng/games/wesnoth/patches/patch-data_tools_addon__manager_html_py
2016-01-21 23:40:00 +01:00

12 lines
403 B
Plaintext

$NetBSD: patch-data_tools_addon__manager_html_py,v 1.1 2015/03/10 05:16:28 mef Exp $
Add shebang (to match REPLACE.python.old= .*python[^ ]*)
--- data/tools/addon_manager/html.py~ 2015-01-24 06:21:14.000000000 +0900
+++ data/tools/addon_manager/html.py 2015-03-10 11:09:19.000000000 +0900
@@ -1,3 +1,4 @@
+#!@python@
# encoding: utf8
import time, os, glob, sys, re
from subprocess import Popen