mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 08:05:13 +08:00
fix copy/paste error
This commit is contained in:
parent
1a214b389c
commit
99f24b23b8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -259,7 +259,7 @@ udev:
|
|||
ifneq ($(wildcard /etc/arch-release),)
|
||||
# If user is running ArchLinux, use group 'uucp'
|
||||
$(SUDO) cp -rf driver/77-pm3-usb-device-blacklist-uucp.rules $(DESTDIR)$(UDEV_PREFIX)/77-pm3-usb-device-blacklist.rules
|
||||
else ifneq ($(wildcard /etc/fedora-release),)
|
||||
else
|
||||
# Else, use group 'dialout'
|
||||
$(SUDO) cp -rf driver/77-pm3-usb-device-blacklist-dialout.rules $(DESTDIR)$(UDEV_PREFIX)/77-pm3-usb-device-blacklist.rules
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue