SHA256
1
0
forked from pool/libinput

update kill-env.diff

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=158
This commit is contained in:
Jan Engelhardt 2018-04-19 07:07:45 +00:00 committed by Git OBS Bridge
parent f04fee3799
commit 867d4122af

View File

@ -5,44 +5,55 @@ Kill /usr/bin/env. We can't have random python interpreters be executed.
---
tools/libinput-measure-touch-size | 2 +-
tools/libinput-measure-touchpad-pressure | 2 +-
tools/libinput-measure-touchpad-tap | 2 +-
tools/libinput-measure-trackpoint-range | 2 +-
udev/parse_hwdb.py | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
5 files changed, 5 insertions(+), 5 deletions(-)
Index: libinput-1.9.3/tools/libinput-measure-touch-size
Index: libinput-1.10.5/tools/libinput-measure-touch-size
===================================================================
--- libinput-1.9.3.orig/tools/libinput-measure-touch-size
+++ libinput-1.9.3/tools/libinput-measure-touch-size
--- libinput-1.10.5.orig/tools/libinput-measure-touch-size
+++ libinput-1.10.5/tools/libinput-measure-touch-size
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
# vim: set expandtab shiftwidth=4:
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
#
Index: libinput-1.9.3/tools/libinput-measure-touchpad-pressure
Index: libinput-1.10.5/tools/libinput-measure-touchpad-pressure
===================================================================
--- libinput-1.9.3.orig/tools/libinput-measure-touchpad-pressure
+++ libinput-1.9.3/tools/libinput-measure-touchpad-pressure
--- libinput-1.10.5.orig/tools/libinput-measure-touchpad-pressure
+++ libinput-1.10.5/tools/libinput-measure-touchpad-pressure
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
# vim: set expandtab shiftwidth=4:
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
#
Index: libinput-1.9.3/tools/libinput-measure-trackpoint-range
Index: libinput-1.10.5/tools/libinput-measure-touchpad-tap
===================================================================
--- libinput-1.9.3.orig/tools/libinput-measure-trackpoint-range
+++ libinput-1.9.3/tools/libinput-measure-trackpoint-range
--- libinput-1.10.5.orig/tools/libinput-measure-touchpad-tap
+++ libinput-1.10.5/tools/libinput-measure-touchpad-tap
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
# vim: set expandtab shiftwidth=4:
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
#
Index: libinput-1.9.3/udev/parse_hwdb.py
Index: libinput-1.10.5/tools/libinput-measure-trackpoint-range
===================================================================
--- libinput-1.9.3.orig/udev/parse_hwdb.py
+++ libinput-1.9.3/udev/parse_hwdb.py
--- libinput-1.10.5.orig/tools/libinput-measure-trackpoint-range
+++ libinput-1.10.5/tools/libinput-measure-trackpoint-range
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
# vim: set expandtab shiftwidth=4:
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
#
Index: libinput-1.10.5/udev/parse_hwdb.py
===================================================================
--- libinput-1.10.5.orig/udev/parse_hwdb.py
+++ libinput-1.10.5/udev/parse_hwdb.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3