From 7645e299133e7b12f3f8308f73600469a00e22f0 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 6 Apr 2016 12:27:24 -0400 Subject: [PATCH] fix distro dirs, because the cmake versions have been renamed to not have cmake in them --- utils/do_debian_package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/do_debian_package.sh b/utils/do_debian_package.sh index 6fff59967..f594f05d3 100755 --- a/utils/do_debian_package.sh +++ b/utils/do_debian_package.sh @@ -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