From d8f0fc6cb36a9d7c153a974b5095a4efb8c8add0 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 8 Mar 2016 05:10:51 +0100 Subject: travis: minor fix --- build-aux/build-travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/build-travis.sh b/build-aux/build-travis.sh index 0d656e3..d400494 100755 --- a/build-aux/build-travis.sh +++ b/build-aux/build-travis.sh @@ -31,7 +31,7 @@ popd > /dev/null make -C build "${MAKE_TARGET}" if [[ "x${TARGET}" = xw* ]]; then - VERSION="$(grep PACKAGE_VERSION config.h | cut -d\" -f2)" + VERSION="$(grep PACKAGE_VERSION build/config.h | cut -d\" -f2)" DEST_DIR="blogc-${VERSION}-${TARGET}" rm -rf "${DEST_DIR}" -- cgit v1.2.3-18-g5258