Fix typo in scripts/setup-ubuntu.sh
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 20 Mar 2017 20:03:00 +0000 (21:03 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 20 Mar 2017 20:03:00 +0000 (21:03 +0100)
scripts/setup-ubuntu.sh

index 1f49cfe..08a3912 100755 (executable)
@@ -2,7 +2,7 @@
 set -e -u
 
 PACKAGES=""
 set -e -u
 
 PACKAGES=""
-PACKAGES+=" ant" # Used by jack and aptsigner.
+PACKAGES+=" ant" # Used by apksigner.
 PACKAGES+=" asciidoc"
 PACKAGES+=" automake"
 PACKAGES+=" bison"
 PACKAGES+=" asciidoc"
 PACKAGES+=" automake"
 PACKAGES+=" bison"