diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-09-18 00:24:13 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-09-18 00:27:43 +1000 |
commit | b7f8db12a3389affaa16c584e03d452624ea8bf8 (patch) | |
tree | 903dfdff8822f2b3a8aebcce3dfb7ba4be6312de /Makefile.am | |
parent | 6abd341279ea54e7c0ce56b1a2ad310a496be2b5 (diff) |
conf: rename 99-libinput.conf to 90-libinput.conf
This way it still sorts after the usual subjects, but it's easier to stack
extra config in afterwards.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ef17c35..e67d235 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,4 +37,4 @@ ChangeLog: dist-hook: ChangeLog INSTALL -EXTRA_DIST = conf/99-libinput.conf README.md +EXTRA_DIST = conf/90-libinput.conf README.md |