From f6bc5bbcd23296d6cabb04dae80e61d184039b9e Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 21 Aug 2019 21:46:34 -0400 Subject: [PATCH] proxmark3: fix building with -j4 --- net-wireless/proxmark3/proxmark3-3.1.0_p20190820.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-wireless/proxmark3/proxmark3-3.1.0_p20190820.ebuild b/net-wireless/proxmark3/proxmark3-3.1.0_p20190820.ebuild index e9b25e203..490e058d7 100644 --- a/net-wireless/proxmark3/proxmark3-3.1.0_p20190820.ebuild +++ b/net-wireless/proxmark3/proxmark3-3.1.0_p20190820.ebuild @@ -36,6 +36,7 @@ src_prepare() { sed -i -e 's/-ltermcap/-ltinfo/g' client/liblua/Makefile || die sed -i -e 's#lualibs/#../../usr/share/proxmark3/lualibs/#' client/scripting.h || die sed -i -e 's#scripts/#../../usr/share/proxmark3/scripts/#' client/scripting.h || die + sed -i -e 's#mkdir#mkdir -p#' Makefile.host || die eapply_user }