diff options
Diffstat (limited to 'regen_bp.sh')
| -rwxr-xr-x | regen_bp.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regen_bp.sh b/regen_bp.sh index df319a5..2ade8e4 100755 --- a/regen_bp.sh +++ b/regen_bp.sh @@ -58,7 +58,8 @@ if [ -d $2/out ]; then for f in $2/out/* do OUTF=`basename $f` - SRC=`ls ./target.tmp/debug/build/$PKGNAME-*/out/$OUTF || true` + SRC=`ls ./target.tmp/x86_64-unknown-linux-gnu/debug/build/$PKGNAME-*/out/$OUTF || + ls ./target.tmp/debug/build/$PKGNAME-*/out/$OUTF || true` if [ "$SRC" != "" ]; then echo "Copying $SRC to out/$OUTF" mkdir -p out |
