mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
well that was stupid
This commit is contained in:
parent
b219ea78d1
commit
f62bb2725f
@ -33,6 +33,7 @@ mk_tarball() {
|
|||||||
for binary in rga rga-preproc; do
|
for binary in rga rga-preproc; do
|
||||||
cp "target/$TARGET/release/$binary" "$staging/$binary"
|
cp "target/$TARGET/release/$binary" "$staging/$binary"
|
||||||
"${gcc_prefix}strip" "$staging/$binary"
|
"${gcc_prefix}strip" "$staging/$binary"
|
||||||
|
done
|
||||||
# Copy the licenses and README.
|
# Copy the licenses and README.
|
||||||
cp {README.md,LICENSE.md} "$staging/"
|
cp {README.md,LICENSE.md} "$staging/"
|
||||||
# Copy documentation and man page.
|
# Copy documentation and man page.
|
||||||
|
Loading…
Reference in New Issue
Block a user