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:
ea368bb
)
scripts/setup-ubuntu.sh: Huh. We only have Python 3.5 here.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 May 2018 09:14:16 +0000
(10:14 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 May 2018 09:14:16 +0000
(10:14 +0100)
Fix.
scripts/setup-ubuntu.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/setup-ubuntu.sh
b/scripts/setup-ubuntu.sh
index 3545178045c99e503f53b028eb2c3ed52fa53b9e..8eb90d5a3be5f7bfb8cb24a4ce377a293c1cdefe 100755
(executable)
--- a/
scripts/setup-ubuntu.sh
+++ b/
scripts/setup-ubuntu.sh
@@
-19,7
+19,7
@@
PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build us
PACKAGES+=" libtool-bin"
PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
PACKAGES+=" lzip"
PACKAGES+=" libtool-bin"
PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
PACKAGES+=" lzip"
-PACKAGES+=" python3.
6
"
+PACKAGES+=" python3.
5
"
PACKAGES+=" tar"
PACKAGES+=" unzip"
PACKAGES+=" m4"
PACKAGES+=" tar"
PACKAGES+=" unzip"
PACKAGES+=" m4"