diff options
-rw-r--r-- | build-aux/meson/post-install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/meson/post-install.py b/build-aux/meson/post-install.py index f84b1971f5..b66961c02b 100644 --- a/build-aux/meson/post-install.py +++ b/build-aux/meson/post-install.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python
+#!/usr/bin/env python3 import os
import sys
|