aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-03-08 05:10:51 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-03-08 05:10:51 +0100
commitd8f0fc6cb36a9d7c153a974b5095a4efb8c8add0 (patch)
treeaab520b7ddcb9bd1e63c0d8835c43fd6c255104d
parent9d3ec71e43bb00e9750c53cfd8f5ac095d392f5a (diff)
downloadblogc-d8f0fc6cb36a9d7c153a974b5095a4efb8c8add0.tar.gz
blogc-d8f0fc6cb36a9d7c153a974b5095a4efb8c8add0.tar.bz2
blogc-d8f0fc6cb36a9d7c153a974b5095a4efb8c8add0.zip
travis: minor fix
-rwxr-xr-xbuild-aux/build-travis.sh2
1 files changed, 1 insertions, 1 deletions
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}"