1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-02-04 06:08:39 +02:00

ci: fix deb build script

This commit is contained in:
Andrew Gallant 2020-03-15 22:11:32 -04:00
parent bf1027a83e
commit 5b30c2aed6
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -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.