URI: 
       tdon't download aes in Makefile - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit c481e61417c2c0b9f0432bc662f3dc8453fdacd6
   DIR parent 584cc5d31f447de1f7675e658718d665e940a3b4
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue,  8 Sep 2015 16:52:58 +0200
       
       don't download aes in Makefile
       
       Diffstat:
         M gui/kivy/Makefile                   |       4 ----
       
       1 file changed, 0 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/gui/kivy/Makefile b/gui/kivy/Makefile
       t@@ -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 \
       t@@ -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