From c481e61417c2c0b9f0432bc662f3dc8453fdacd6 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 8 Sep 2015 16:52:58 +0200 Subject: [PATCH] don't download aes in Makefile --- gui/kivy/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gui/kivy/Makefile b/gui/kivy/Makefile index d56d9b77..5634a70c 100644 --- a/gui/kivy/Makefile +++ b/gui/kivy/Makefile @@ -8,8 +8,6 @@ theming: apk: # running pre build setup @cp tools/buildozer.spec ../../buildozer.spec - # get aes.py - @cd ../..; curl -O -L https://raw.github.com/devrandom/slowaes/master/python/aes.py # rename electrum to main.py @mv ../../electrum ../../main.py @-if [ ! -d "../../.buildozer" ];then \ @@ -21,8 +19,6 @@ apk: @make clean clean: # Cleaning up - # remove aes - @-rm ../../aes.py # rename main.py to electrum @-mv ../../main.py ../../electrum # remove buildozer.spec