From 4c9197054c9d14d99e461e66c75d87ea43e95b60 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 2 Aug 2023 19:30:28 -0400 Subject: [PATCH] proxmark3: upstream fixed excessive rebuilding --- net-wireless/proxmark3/proxmark3-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net-wireless/proxmark3/proxmark3-9999.ebuild b/net-wireless/proxmark3/proxmark3-9999.ebuild index 11ff49c84..eb08e9df4 100644 --- a/net-wireless/proxmark3/proxmark3-9999.ebuild +++ b/net-wireless/proxmark3/proxmark3-9999.ebuild @@ -60,12 +60,7 @@ QA_FLAGS_IGNORED="usr/share/proxmark3/firmware/bootrom.elf usr/share/proxmark3/firmware/fullimage.elf" src_prepare(){ - sed -i 's# .FORCE##' client/Makefile || die - sed -i 's# .FORCE##' bootrom/Makefile || die - sed -i 's# .FORCE##' armsrc/Makefile || die default -} -src_compile(){ #first we set platform if use pm3rdv4; then echo 'PLATFORM=PM3RDV4' > Makefile.platform @@ -127,7 +122,9 @@ src_compile(){ else echo 'STANDALONE=' >> Makefile.platform fi +} +src_compile(){ export PREFIX=/usr #verbose export V=1