From 62ef49c15d7d8c04a7b6762449b550522998e2c4 Mon Sep 17 00:00:00 2001 From: Nathan Bonnemains Date: Mon, 22 Apr 2019 18:58:35 +0200 Subject: [PATCH] Fix post_install.py script --- meson/post_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson/post_install.py b/meson/post_install.py index 3f0cde2..3057125 100755 --- a/meson/post_install.py +++ b/meson/post_install.py @@ -1,4 +1,4 @@ - #!/usr/bin/env python3 +#!/usr/bin/env python3 from os import path, environ import subprocess