summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/install_megadrivers.py3
-rw-r--r--bin/meson.build1
2 files changed, 3 insertions, 1 deletions
diff --git a/bin/install_megadrivers.py b/bin/install_megadrivers.py
index 470137e0c1d..0a28dd7c0c5 100644
--- a/bin/install_megadrivers.py
+++ b/bin/install_megadrivers.py
@@ -1,5 +1,6 @@
+#!/usr/bin/env python3
# encoding=utf-8
-# Copyright © 2017-2018 Intel Corporation
+# Copyright 2017-2018 Intel Corporation
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/bin/meson.build b/bin/meson.build
index ec22e2e2989..000abef7709 100644
--- a/bin/meson.build
+++ b/bin/meson.build
@@ -20,3 +20,4 @@
git_sha1_gen_py = files('git_sha1_gen.py')
symbols_check = find_program('symbols-check.py')
+install_megadrivers_py = find_program('install_megadrivers.py')