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