72f31fbc19
Don't bother skipping the version check, keep diff against upstream simple.
14 lines
415 B
Diff
14 lines
415 B
Diff
diff --git a/libinput-gestures b/libinput-gestures
|
|
index 66479b6..aca94ac 100755
|
|
--- a/libinput-gestures
|
|
+++ b/libinput-gestures
|
|
@@ -6,7 +6,7 @@ from collections import OrderedDict
|
|
from pathlib import Path
|
|
from distutils.version import LooseVersion as Version
|
|
|
|
-PROG = Path(sys.argv[0]).stem
|
|
+PROG = "libinput-gestures"
|
|
|
|
# Conf file containing gesture commands.
|
|
# Search first for user file then system file.
|