update buildsystem
This commit is contained in:
parent
39244ac6ec
commit
087fcc6c78
|
@ -142,7 +142,7 @@ commonprep () {
|
|||
echo "Found existing CakePHP-Enum-Behavior ${CEBVER} tarball..."
|
||||
else
|
||||
echo "Retrieving CakePHP-Enum-Behavior ${CEBVER} submodule..."
|
||||
curl -L https://github.com/ZoneMinder/CakePHP-Enum-Behavior/archive/v${CEBVER}.tar.gz > build/cakephp-enum-behavior-${CEBVER}.tar.gz
|
||||
curl -L https://github.com/ZoneMinder/CakePHP-Enum-Behavior/archive/${CEBVER}.tar.gz > build/cakephp-enum-behavior-${CEBVER}.tar.gz
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "ERROR: Crud tarball retreival failed..."
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue