From b87470a284123d3789f8dffab54e2269ff963ca3 Mon Sep 17 00:00:00 2001 From: o9000 Date: Mon, 5 Jun 2017 16:21:14 +0200 Subject: [PATCH] Update packaging script --- 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 ec9d219..4603cdc 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 precise trusty xenial yakkety zesty +for DISTRO in precise trusty xenial yakkety zesty artful do # Cleanup from previous builds rm -rf tint2_$VERSION-*