From 0a3f59c498e3ab05f495c9e24aff8f4433726ca8 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Fri, 10 Feb 2017 11:51:50 +0100 Subject: is not present. However exists. --- dist/travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/travis-ci.sh b/dist/travis-ci.sh index 119eed005..6da985787 100755 --- a/dist/travis-ci.sh +++ b/dist/travis-ci.sh @@ -47,7 +47,7 @@ make install cd .. # Package -PKG_VER=`grep Ghdl_Ver src/version.ads | sed -e 's/.*"\(.*\)";/\1/'` +PKG_VER=`grep Ghdl_Ver src/version.in | sed -e 's/.*"\(.*\)";/\1/'` if [ "$TRAVIS_TAG" = "" ]; then PKG_TAG=`date -u +%Y%m%d` -- cgit v1.2.3