From 7f3e7d2faa411be799c3a37a405fd3d2264fa2eb Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 20 Nov 2016 17:57:06 -0500 Subject: bsd doesn't have --recursive --- ci/before_deploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 608de599..39202448 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -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/" -- cgit v1.2.3