[PATCH] Stop using /usr/bin/env (#987028)

Brian C. Lane bcl at redhat.com
Wed Jul 24 21:16:16 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

---
 Makefile                   | 2 +-
 setup.py                   | 2 +-
 src/sbin/livemedia-creator | 2 +-
 src/sbin/lorax             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 1015e4b..2bb8902 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PYTHON ?= /usr/bin/env python
+PYTHON ?= /usr/bin/python
 DESTDIR ?= /
 
 PKGNAME = lorax
diff --git a/setup.py b/setup.py
index c4141f1..4d5b543 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python
 
 from distutils.core import setup
 from glob import glob
diff --git a/src/sbin/livemedia-creator b/src/sbin/livemedia-creator
index f6947b9..da0ac8f 100755
--- a/src/sbin/livemedia-creator
+++ b/src/sbin/livemedia-creator
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 #
 # Live Media Creator
 #
diff --git a/src/sbin/lorax b/src/sbin/lorax
index 2337f95..a571c0b 100755
--- a/src/sbin/lorax
+++ b/src/sbin/lorax
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python
 
 #
 # lorax
-- 
1.8.3.1



More information about the anaconda-patches mailing list