We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e2d1c commit 540a45eCopy full SHA for 540a45e
Makefile.linux
@@ -680,7 +680,7 @@ install : $(APPS) direwolf.conf tocalls.txt symbols-new.txt symbolsX.txt dw-icon
680
# Set group and mode of HID devices corresponding to C-Media USB Audio adapters.
681
# This will allow us to use the CM108/CM119 GPIO pins for PTT.
682
#
683
- $(INSTALL) -D --mode=644 99-direwolf-cmedia.rules /etc/udev/rules.d/99-direwolf-cmedia.rules
+ $(INSTALL) -D --mode=644 99-direwolf-cmedia.rules $(DESTDIR)/etc/udev/rules.d/99-direwolf-cmedia.rules
684
685
@echo " "
686
@echo "If this is your first install, not an upgrade, type this to put a copy"
0 commit comments