Fix path to the generated info file

This commit is contained in:
Daniel Frank 2017-10-30 21:01:49 +01:00 committed by GitHub
parent 36c02b0081
commit 3d00c57e50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ announce FFHH SITES: $site_path >&2
announce Building site repo and reading data >&2 announce Building site repo and reading data >&2
pushd $site_path > /dev/null pushd $site_path > /dev/null
make make
. info . ./info
export GLUON_RELEASE export GLUON_RELEASE
export GLUON_BRANCH export GLUON_BRANCH
# get the available sites... # get the available sites...