Fix path to the generated info file
This commit is contained in:
parent
36c02b0081
commit
3d00c57e50
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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...
|
||||||
|
|
Loading…
Reference in a new issue