Skip to content

Commit

Permalink
bsd doesn't have --recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Nov 20, 2016
1 parent 8d5906d commit 7f3e7d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ mk_tarball() {
local name="${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}"
mkdir "$td/$name"

ls -l --recursive target/

cp target/$TARGET/release/rg "$td/$name/"
cp {doc/rg.1,README.md,UNLICENSE,COPYING,LICENSE-MIT} "$td/$name/"
cp target/release/build/ripgrep-*/out/rg.* "$td/$name/"
Expand Down

0 comments on commit 7f3e7d2

Please sign in to comment.