From 5b30c2aed60ee8a57f438e4c981a68c3bf3bc0ff Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 15 Mar 2020 22:11:32 -0400 Subject: [PATCH] ci: fix deb build script --- ci/build-deb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/build-deb b/ci/build-deb index e16e8f05..4ea1308d 100755 --- a/ci/build-deb +++ b/ci/build-deb @@ -29,7 +29,8 @@ mkdir -p "$DEPLOY_DIR" cargo build # Copy man page and shell completions. -cp "$OUT_DIR"/{rg.1,rg.bash,rg.fish,_rg} "$DEPLOY_DIR/" +cp "$OUT_DIR"/{rg.1,rg.bash,rg.fish} "$DEPLOY_DIR/" +cp complete/_rg "$DEPLOY_DIR/" # Since we're distributing the dpkg, we don't know whether the user will have # PCRE2 installed, so just do a static build.