diff --git a/net-wireless/proxmark3/proxmark3-4.16717.ebuild b/net-wireless/proxmark3/proxmark3-4.16717.ebuild index caf95c98b..a0087b1e3 100644 --- a/net-wireless/proxmark3/proxmark3-4.16717.ebuild +++ b/net-wireless/proxmark3/proxmark3-4.16717.ebuild @@ -66,8 +66,6 @@ src_prepare(){ 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 @@ -129,7 +127,9 @@ src_compile(){ else echo 'STANDALONE=' >> Makefile.platform fi +} +src_compile(){ export PREFIX=/usr #verbose export V=1