aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-05-20 16:22:36 +0800
committerwen <wen@FreeBSD.org>2010-05-20 16:22:36 +0800
commitb1709edfac70ad99f4731f24a695628ea43eaf66 (patch)
treea48053ceba318f3aa1ea65eb43e59b943fd32140 /www
parent229f8fe7f6f2654a6067465120cf4344fdd75d72 (diff)
downloadfreebsd-ports-gnome-b1709edfac70ad99f4731f24a695628ea43eaf66.tar.gz
freebsd-ports-gnome-b1709edfac70ad99f4731f24a695628ea43eaf66.tar.zst
freebsd-ports-gnome-b1709edfac70ad99f4731f24a695628ea43eaf66.zip
- Fix the calling of python scripts
PR: ports/145595 Submitted by: Klaus T Aehlig <aehlig@linta.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/uzbl/files/patch-examples__data__scripts__auth.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/uzbl/files/patch-examples__data__scripts__auth.py b/www/uzbl/files/patch-examples__data__scripts__auth.py
new file mode 100644
index 000000000000..acf48c790254
--- /dev/null
+++ b/www/uzbl/files/patch-examples__data__scripts__auth.py
@@ -0,0 +1,9 @@
+--- examples/data/scripts/auth.py.orig 2010-04-09 13:34:30.000000000 +0200
++++ examples/data/scripts/auth.py 2010-04-09 13:35:05.000000000 +0200
+@@ -1,4 +1,5 @@
+-#!/usr/bin/python
++#!/usr/bin/env python
++
+
+ import gtk
+ import sys