mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
17 lines
705 B
Diff
17 lines
705 B
Diff
diff --git a/utils/Makefile b/utils/Makefile
|
|
index 11509d4..c32ff10 100644
|
|
--- a/utils/Makefile
|
|
+++ b/utils/Makefile
|
|
@@ -108,9 +108,9 @@ install: $(INSTALL_DEP)
|
|
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)$(PREFIX)/lib/udev/rules.d
|
|
+ install js-set-enum-leds $(DESTDIR)$(PREFIX)/lib/udev
|
|
+ install -m 644 80-stelladaptor-joystick.rules $(DESTDIR)$(PREFIX)/lib/udev/rules.d
|
|
endif
|
|
|
|
.PHONY: compile clean distclean install
|