Stop using /usr/bin/env (#987028)

This commit is contained in:
Brian C. Lane 2013-07-24 13:41:03 -07:00
parent f88d42a03f
commit 14fa40556c
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
PYTHON ?= /usr/bin/env python
PYTHON ?= /usr/bin/python
DESTDIR ?= /
PKGNAME = lorax

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/python
from distutils.core import setup
from glob import glob

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
#
# Live Media Creator
#

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/python
#
# lorax