proxmark3: fix building with -j4

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-08-21 21:46:34 -04:00
parent c606f96199
commit f6bc5bbcd2
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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
}