Skip to content

Commit 0f09d2b

Browse files
committed
Rename hid-rebind.rules to match target name
Rename hid-rebind.rules to 90-hid-rebind.rules to match target name and simplify Debian packaging.
1 parent d9a8ebc commit 0f09d2b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install: modules_install
1212
install -D -m 0644 digimend.conf $(DEPMOD_CONF)
1313
depmod -a
1414
install hid-rebind $(HID_REBIND)
15-
install -m 0644 hid-rebind.rules $(UDEV_RULES)
15+
install -m 0644 90-hid-rebind.rules $(UDEV_RULES)
1616
udevadm control --reload
1717
uninstall:
1818
rm -vf $(UDEV_RULES) $(HID_REBIND) $(DEPMOD_CONF) \

0 commit comments

Comments
 (0)