removed libexec references

This commit is contained in:
Shlomi Noach 2016-10-27 12:03:24 +02:00
parent ef5a535b24
commit a97c25e9df
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ set -e
mkdir -p bin
bindir="$PWD"/bin
libexecdir="$PWD"/libexec
scriptdir="$PWD"/script
# We have a few binaries that we want to build, so let's put them into bin/

View File

@ -21,7 +21,7 @@ fi
tarball=$build_dir/${commit_sha}-${build_arch}.tar
# 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
gzip $tarball