From 22257c15698ba9aad1859c95d52d3f0b6885f09a Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 7 Aug 2018 08:05:18 +0800 Subject: [PATCH] proxmark3: fix https://github.com/Proxmark/proxmark3/issues/644 --- .../{proxmark3-3.0.1.ebuild => proxmark3-3.0.1-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename net-wireless/proxmark3/{proxmark3-3.0.1.ebuild => proxmark3-3.0.1-r1.ebuild} (87%) diff --git a/net-wireless/proxmark3/proxmark3-3.0.1.ebuild b/net-wireless/proxmark3/proxmark3-3.0.1-r1.ebuild similarity index 87% rename from net-wireless/proxmark3/proxmark3-3.0.1.ebuild rename to net-wireless/proxmark3/proxmark3-3.0.1-r1.ebuild index 1b1144f14..ef0758756 100644 --- a/net-wireless/proxmark3/proxmark3-3.0.1.ebuild +++ b/net-wireless/proxmark3/proxmark3-3.0.1-r1.ebuild @@ -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 }