mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
proxmark3: shuffle stable ebuild around a little
This commit is contained in:
parent
4c9197054c
commit
b398ff7ffb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue