diff --git a/bin/compile b/bin/compile index 0a5d460..7d89849 100755 --- a/bin/compile +++ b/bin/compile @@ -71,11 +71,10 @@ if [[ ! -f "sigil" ]]; then echo "-----> Download and unzip sigil ${SIGIL_VERSION} via http" curl -sSL "https://github.com/gliderlabs/sigil/releases/download/v${SIGIL_VERSION}/gliderlabs-sigil_${SIGIL_VERSION}_linux_amd64.tgz" -o "${SIGIL_TARBALL}" tar xzf "${SIGIL_TARBALL}" && rm -rf "${SIGIL_TARBALL}" - ls -lah . fi mkdir -p "$BUILD_DIR/sigil" -cp -r sigil "$BUILD_DIR/sigil/" +cp -r gliderlabs-sigil-amd64 "$BUILD_DIR/sigil/sigil" cd "nginx-${NGINX_VERSION}" if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then