From 3b7d583d8f2676cd178878e44df495c4319c3558 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sat, 22 Jul 2017 10:45:05 +0200 Subject: [PATCH] packaging: remove yakkety (reached EOL) --- packaging/make_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/make_ubuntu.sh b/packaging/make_ubuntu.sh index 4cca42e..3d4d9b4 100755 --- a/packaging/make_ubuntu.sh +++ b/packaging/make_ubuntu.sh @@ -49,7 +49,7 @@ echo "echo \"#define VERSION_STRING \\\"$VERSION\\\"\" > version.h" > $DIR/get_v # Copy the debian files into the source directory cp -r debian $DIR/debian -for DISTRO in trusty xenial yakkety zesty artful +for DISTRO in trusty xenial zesty artful do # Cleanup from previous builds rm -rf tint2_$VERSION-*