chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
078db5b
)
Add 'ant' as required ubuntu package for building
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 6 Oct 2016 23:37:18 +0000
(19:37 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 6 Oct 2016 23:37:18 +0000
(19:37 -0400)
scripts/setup-ubuntu.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/setup-ubuntu.sh
b/scripts/setup-ubuntu.sh
index d0a4e2bfa8adbbc362e4f1818e54afbfd3789f1a..88c09b2bbedaa0d38908bdce1a4ff676bce01f47 100755
(executable)
--- 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"