summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2019-01-02 10:12:24 +0100
committerGitHub <noreply@github.com>2019-01-02 10:12:24 +0100
commit4d77f2b32518601d54528bf98e311685cf8478d0 (patch)
treec3413e8f6a540c74d66acbcb9480c1036f057c12 /.travis
parent5b32e18e15421165453745fe091dc8287814f048 (diff)
move makeself (#4688)
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/create_artifacts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/create_artifacts.sh b/.travis/create_artifacts.sh
index 203fef256f..22d8184687 100755
--- a/.travis/create_artifacts.sh
+++ b/.travis/create_artifacts.sh
@@ -14,7 +14,7 @@ autoreconf -ivf
./configure
make dist
echo "--- Create self-extractor ---"
-./makeself/build-x86_64-static.sh
+./packaging/makeself/build-x86_64-static.sh
# Needed fo GCS
echo "--- Copy artifacts to bin ---"