diff -Naur linuxconsoletools-1.8.1/utils/Makefile linuxconsoletools-1.8.1.new/utils/Makefile --- linuxconsoletools-1.8.1/utils/Makefile 2022-05-21 11:44:47.000000000 +0200 +++ linuxconsoletools-1.8.1.new/utils/Makefile 2024-01-16 13:31:27.600322929 +0100 @@ -108,9 +108,9 @@ ifndef DISABLE_JOYSTICK install -d $(DESTDIR)$(PREFIX)/share/joystick install extract filter ident $(DESTDIR)$(PREFIX)/share/joystick - install -d $(DESTDIR)/lib/udev/rules.d - install js-set-enum-leds $(DESTDIR)/lib/udev - install -m 644 80-stelladaptor-joystick.rules $(DESTDIR)/lib/udev/rules.d + install -d $(DESTDIR)/usr/lib/udev/rules.d + install js-set-enum-leds $(DESTDIR)/usr/lib/udev + install -m 644 80-stelladaptor-joystick.rules $(DESTDIR)/usr/lib/udev/rules.d endif .PHONY: compile clean distclean install