13 lines
547 B
Diff
13 lines
547 B
Diff
diff -urp brltty-6.6.orig/Autostart/Udev/Makefile.in brltty-6.6/Autostart/Udev/Makefile.in
|
|
--- brltty-6.6.orig/Autostart/Udev/Makefile.in 2023-07-17 09:55:47.000000000 -0500
|
|
+++ brltty-6.6/Autostart/Udev/Makefile.in 2023-07-27 16:08:46.862439161 -0500
|
|
@@ -17,7 +17,7 @@
|
|
###############################################################################
|
|
|
|
UDEV_RULES_SEQUENCE = 90
|
|
-UDEV_PARENT_LOCATION = $(libdir)
|
|
+UDEV_PARENT_LOCATION = /usr/lib
|
|
#UDEV_PARENT_LOCATION = $(sysconfdir)
|
|
|
|
UDEV_RULES_LOCATION = $(UDEV_PARENT_LOCATION)/udev/rules.d
|