mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
support/scripts: fix shebang with python
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8e1690a529
commit
ed0ce49537
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# Usage (the graphviz package must be installed in your distribution)
|
# Usage (the graphviz package must be installed in your distribution)
|
||||||
# ./support/scripts/graph-depends [-p package-name] > test.dot
|
# ./support/scripts/graph-depends [-p package-name] > test.dot
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/env python2
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Utility for building Buildroot packages for existing PyPI packages
|
Utility for building Buildroot packages for existing PyPI packages
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# This script generates a report on the packaging status of X.org
|
# This script generates a report on the packaging status of X.org
|
||||||
# releases in Buildroot. It does so by downloading the list of
|
# releases in Buildroot. It does so by downloading the list of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user