allianceInstaller.sh also must support nightly builds.
This commit is contained in:
parent
db54e685f7
commit
da56189d2e
|
@ -1,7 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
srcDir=${HOME}/coriolis-2.x/src/alliance/alliance/src
|
nightly=""
|
||||||
commonRoot=${HOME}/coriolis-2.x/Linux.el9/Release.Shared
|
if [[ "`pwd`" =~ /nightly/ ]]; then
|
||||||
|
nightly="/nightly"
|
||||||
|
fi
|
||||||
|
|
||||||
|
srcDir=${HOME}${nightly}/coriolis-2.x/src/alliance/alliance/src
|
||||||
|
commonRoot=${HOME}${nightly}/coriolis-2.x/Linux.el9/Release.Shared
|
||||||
buildDir=${commonRoot}/build
|
buildDir=${commonRoot}/build
|
||||||
installDir=${commonRoot}/install
|
installDir=${commonRoot}/install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue