From 0dc712fa46d5e72450b46c8652df87790246ff03 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 6 Oct 2016 19:37:18 -0400 Subject: [PATCH] Add 'ant' as required ubuntu package for building --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index d0a4e2bf..88c09b2b 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -1,6 +1,7 @@ #!/bin/sh PACKAGES="" +PACKAGES="$PACKAGES ant" # Used by jack and aptsigner. PACKAGES="$PACKAGES asciidoc" PACKAGES="$PACKAGES automake" PACKAGES="$PACKAGES bison" -- 2.11.0