mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-06 03:20:43 +02:00
proxmark3: fix https://github.com/Proxmark/proxmark3/issues/644
This commit is contained in:
parent
4116dc142c
commit
22257c1569
1 changed files with 2 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ RDEPEND="${DEPEND}"
|
|||
src_prepare() {
|
||||
sed -i -e 's/-ltermcap/-ltinfo/g' client/Makefile || die
|
||||
sed -i -e 's/-ltermcap/-ltinfo/g' liblua/Makefile || die
|
||||
mv driver/77-mm-usb-device-blacklist.rules driver/77-pm3-usb-device-blacklist.rules
|
||||
eapply_user
|
||||
}
|
||||
|
||||
|
|
@ -45,5 +46,5 @@ src_install(){
|
|||
doins recovery/*.bin
|
||||
doins tools/mfkey/mfkey{32,64}
|
||||
fi
|
||||
udev_dorules driver/77-mm-usb-device-blacklist.rules
|
||||
udev_dorules driver/77-pm3-usb-device-blacklist.rules
|
||||
}
|
||||
Loading…
Reference in a new issue