diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-19 18:41:22 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-20 02:09:49 +0000 |
commit | 38711b157c6da018ca8f491f0f24a2c2dcb29388 (patch) | |
tree | 575969a73b6d20e7e76d093390e26d3767c2c8da /user/openmsx/python3-bang.patch | |
parent | 6673a9fe4a97181c9b5ff782170995eb5f70be8c (diff) | |
download | packages-38711b157c6da018ca8f491f0f24a2c2dcb29388.tar.gz packages-38711b157c6da018ca8f491f0f24a2c2dcb29388.tar.bz2 packages-38711b157c6da018ca8f491f0f24a2c2dcb29388.tar.xz packages-38711b157c6da018ca8f491f0f24a2c2dcb29388.zip |
user/openmsx: Fix Python 3 invocation
Diffstat (limited to 'user/openmsx/python3-bang.patch')
-rw-r--r-- | user/openmsx/python3-bang.patch | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/user/openmsx/python3-bang.patch b/user/openmsx/python3-bang.patch new file mode 100644 index 000000000..1d1865165 --- /dev/null +++ b/user/openmsx/python3-bang.patch @@ -0,0 +1,48 @@ +--- openmsx-0.3.1-source/scripts/authorlist.py.old 2019-03-19 02:49:32.870000000 +0000 ++++ openmsx-0.3.1-source/scripts/authorlist.py 2019-03-19 02:52:10.400000000 +0000 +@@ -1,4 +1,4 @@ +-#! /usr/bin/env python ++#! /usr/bin/env python3 + # + # This file is part of the OpenMSX music set for OpenTTD. + # OpenMSX is free content; you can redistribute it and/or modify it under the terms of the +--- openmsx-0.3.1-source/scripts/md5list.py.old 2019-03-19 02:49:32.870000000 +0000 ++++ openmsx-0.3.1-source/scripts/md5list.py 2019-03-19 02:52:11.970000000 +0000 +@@ -1,4 +1,4 @@ +-#! /usr/bin/env python ++#! /usr/bin/env python3 + # + # This file is part of the OpenMSX music set for OpenTTD. + # OpenMSX is free content; you can redistribute it and/or modify it under the terms of the +--- openmsx-0.3.1-source/scripts/midifiles.py.old 2019-03-19 02:49:32.870000000 +0000 ++++ openmsx-0.3.1-source/scripts/midifiles.py 2019-03-19 02:52:13.280000000 +0000 +@@ -1,4 +1,4 @@ +-#! /usr/bin/env python ++#! /usr/bin/env python3 + # + # This file is part of the OpenMSX music set for OpenTTD. + # OpenMSX is free content; you can redistribute it and/or modify it under the terms of the +--- openmsx-0.3.1-source/scripts/namelist.py.old 2019-03-19 02:49:32.870000000 +0000 ++++ openmsx-0.3.1-source/scripts/namelist.py 2019-03-19 02:52:15.160000000 +0000 +@@ -1,4 +1,4 @@ +-#! /usr/bin/env python ++#! /usr/bin/env python3 + # + # This file is part of the OpenMSX music set for OpenTTD. + # OpenMSX is free content; you can redistribute it and/or modify it under the terms of the +--- openmsx-0.3.1-source/scripts/playlist.py.old 2019-03-19 02:49:32.870000000 +0000 ++++ openmsx-0.3.1-source/scripts/playlist.py 2019-03-19 02:52:17.780000000 +0000 +@@ -1,4 +1,4 @@ +-#! /usr/bin/env python ++#! /usr/bin/env python3 + # + # This file is part of the OpenMSX music set for OpenTTD. + # OpenMSX is free content; you can redistribute it and/or modify it under the terms of the +--- openmsx-0.3.1-source/scripts/sanitize_list.py.old 2019-03-19 02:49:32.870000000 +0000 ++++ openmsx-0.3.1-source/scripts/sanitize_list.py 2019-03-19 02:52:19.350000000 +0000 +@@ -1,4 +1,4 @@ +-#! /usr/bin/env python ++#! /usr/bin/env python3 + # + # This file is part of the OpenMSX music set for OpenTTD. + # OpenMSX is free content; you can redistribute it and/or modify it under the terms of the |