File exo-0.3.4-env.patch of Package exo
--- exo-helper/helpers/exo-compose-mail-0.3 +++ exo-helper/helpers/exo-compose-mail-0.3 @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # # exo-compose-mail-0.3 - Perl script to parse mailto:-URIs and invoke the # various included MailReaders with the appropriate --- exo/make-exo-alias.pl +++ exo/make-exo-alias.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/perl -w # # Copyright (c) 2004 The GLib Development Team. # Copyright (c) 2005 Benedikt Meurer <benny@xfce.org>. --- python/examples/binding.py +++ python/examples/binding.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # binding.py - Example demonstrating the usage of exo.Binding and # exo.MutualBinding to automatically synchronize GObject --- python/examples/ellipsizing.py +++ python/examples/ellipsizing.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # ellipsizing.py - Simple example to demonstrate the usage of # exo.EllipsizedLabel and exo.CellRendererEllipsizedText, --- python/examples/preferred-applications.py +++ python/examples/preferred-applications.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # preferred-applications.py - Example demonstrating the usage of the preferred # applications and the URL modules in libexo. --- python/examples/toolbars.py +++ python/examples/toolbars.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # toolbars.py - Simple example to demonstrate the usage of the editable # toolbars framework in libexo.