From 127a2a529e2ee444ac4341518c573b43f4ffe40a Mon Sep 17 00:00:00 2001 From: Rik Snel Date: Wed, 9 Mar 2016 20:18:00 +0100 Subject: [PATCH 1/2] *.py scripts are in scripts/, now Dockerfile knows that too --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cc664bf9..6f134c139 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ RUN mkdir -p /data/data/com.termux/files/usr && mkdir -p /root/termux-packages & luarocks install lua-MessagePack && \ luarocks install luabitop -ADD *.py /root/termux-packages/ +ADD scripts /root/termux-packages/scripts ADD *.sh /root/termux-packages/ ADD *.spec /root/termux-packages/ ADD packages /root/termux-packages/packages From 359f14c4dfa6d368ad203873a99937b7f42a4343 Mon Sep 17 00:00:00 2001 From: Rik Snel Date: Wed, 9 Mar 2016 20:29:29 +0100 Subject: [PATCH 2/2] fix circular dependency, hunspell-en-us does not depend on hunspell --- packages/hunspell-en-us/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/hunspell-en-us/build.sh b/packages/hunspell-en-us/build.sh index 3017ad5f4..59826d848 100644 --- a/packages/hunspell-en-us/build.sh +++ b/packages/hunspell-en-us/build.sh @@ -2,7 +2,6 @@ TERMUX_PKG_HOMEPAGE=http://sourceforge.net/projects/hunspell/files/Spelling%20di TERMUX_PKG_DESCRIPTION="American english dictionary for hunspell" TERMUX_PKG_VERSION=1.1 TERMUX_PKG_BUILD_REVISION=1 -TERMUX_PKG_DEPENDS="hunspell" TERMUX_PKG_PLATFORM_INDEPENDENT=yes termux_step_make_install () {