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 }