Stop using /usr/bin/env (#987028)
This commit is contained in:
parent
f88d42a03f
commit
14fa40556c
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
PYTHON ?= /usr/bin/env python
|
||||
PYTHON ?= /usr/bin/python
|
||||
DESTDIR ?= /
|
||||
|
||||
PKGNAME = lorax
|
||||
|
2
setup.py
2
setup.py
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
|
||||
from distutils.core import setup
|
||||
from glob import glob
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
#
|
||||
# Live Media Creator
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
|
||||
#
|
||||
# lorax
|
||||
|
Loading…
Reference in New Issue
Block a user