fix distro dirs, because the cmake versions have been renamed to not have cmake in them
This commit is contained in:
parent
e0529c9dd7
commit
7645e29913
|
@ -47,9 +47,9 @@ cd zoneminder_$VERSION-$DISTRO-$SNAPSHOT.orig
|
|||
git submodule init
|
||||
git submodule update --init --recursive
|
||||
if [ $DISTRO == "trusty" ]; then
|
||||
ln -sf distros/ubuntu1204_cmake debian
|
||||
ln -sf distros/ubuntu1204 debian
|
||||
else
|
||||
ln -sf distros/ubuntu1504_cmake debian
|
||||
ln -sf distros/ubuntu1504 debian
|
||||
fi;
|
||||
|
||||
# Auto-install all ZoneMinder's depedencies using the Debian control file
|
||||
|
|
Loading…
Reference in New Issue