removed libexec references
This commit is contained in:
parent
ef5a535b24
commit
a97c25e9df
@ -6,7 +6,6 @@ set -e
|
|||||||
|
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
bindir="$PWD"/bin
|
bindir="$PWD"/bin
|
||||||
libexecdir="$PWD"/libexec
|
|
||||||
scriptdir="$PWD"/script
|
scriptdir="$PWD"/script
|
||||||
|
|
||||||
# We have a few binaries that we want to build, so let's put them into bin/
|
# We have a few binaries that we want to build, so let's put them into bin/
|
||||||
|
@ -21,7 +21,7 @@ fi
|
|||||||
tarball=$build_dir/${commit_sha}-${build_arch}.tar
|
tarball=$build_dir/${commit_sha}-${build_arch}.tar
|
||||||
|
|
||||||
# Create the tarball
|
# Create the tarball
|
||||||
tar cvf $tarball --mode="ugo=rx" libexec/ bin/
|
tar cvf $tarball --mode="ugo=rx" bin/
|
||||||
|
|
||||||
# Compress it and copy it to the directory for the CI to upload it
|
# Compress it and copy it to the directory for the CI to upload it
|
||||||
gzip $tarball
|
gzip $tarball
|
||||||
|
Loading…
Reference in New Issue
Block a user