change default output path
This commit is contained in:
parent
8cc4ec82e3
commit
7f5f4476bd
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -53,7 +53,7 @@ pushd "${gluon_path}" >/dev/null
|
|||
announce Starting make update...
|
||||
for s in $sites; do
|
||||
export GLUON_SITEDIR="${site_path}/sites/${s}"
|
||||
export GLUON_OUTPUTDIR="${gluon_out}/${s}/${GLUON_BRANCH}/${GLUON_RELEASE}"
|
||||
export GLUON_OUTPUTDIR="${gluon_out}/${GLUON_BRANCH}/${GLUON_RELEASE}/${s}"
|
||||
export GLUON_IMAGEDIR="${GLUON_OUTPUTDIR}/images"
|
||||
export GLUON_MODULEDIR="${GLUON_OUTPUTDIR}/modules"
|
||||
rm -rf "${GLUON_OUTPUTDIR}"
|
||||
|
|
Loading…
Reference in a new issue