fix distro dirs, because the cmake versions have been renamed to not have cmake in them

This commit is contained in:
Isaac Connor 2016-04-06 12:27:24 -04:00
parent e0529c9dd7
commit 7645e29913
1 changed files with 2 additions and 2 deletions

View File

@ -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