Skip to content

Commit

Permalink
Flatten path in ppc tar as well
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jul 19, 2019
1 parent 684e262 commit 06dca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_ppc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ git checkout $TREEISH
TARGET="powerpc64le-unknown-linux-gnu"
cargo build --release --target=$TARGET --features 'pcre2'
strip ./target/${TARGET}/release/rg
tar czvf "ripgrep-${THIS_TAG}-${TARGET}.tar.gz" ./target/${TARGET}/release/rg
tar czvf "ripgrep-${THIS_TAG}-${TARGET}.tar.gz" -C ./target/${TARGET}/release/ rg
target/${TARGET}/release/rg --version

0 comments on commit 06dca9f

Please sign in to comment.