python installation does not always lives in /usr/bin, this allows to use virtualenv for example.
Signed-off-by: Gabriel Laskar <[email protected]> --- udev/parse_hwdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udev/parse_hwdb.py b/udev/parse_hwdb.py index 97f04f4..b4f0b1b 100755 --- a/udev/parse_hwdb.py +++ b/udev/parse_hwdb.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # -- 2.12.2 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
