diff options
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 |