mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
proxmark3: fix building with -j4
This commit is contained in:
parent
c606f96199
commit
f6bc5bbcd2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue