diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-10 01:38:35 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-11 12:14:40 +0200 |
commit | 9b0359f69ae7c51e35da3800e02bf31596ce5393 (patch) | |
tree | f90e5835ca2515b9f6450096ab6a1c387cb99f65 | |
parent | e7c89a1433a271e9cc052231d531046d7d48f70b (diff) | |
download | apk-tools-9b0359f69ae7c51e35da3800e02bf31596ce5393.tar.gz apk-tools-9b0359f69ae7c51e35da3800e02bf31596ce5393.tar.bz2 apk-tools-9b0359f69ae7c51e35da3800e02bf31596ce5393.tar.xz apk-tools-9b0359f69ae7c51e35da3800e02bf31596ce5393.zip |
test: fix target $(repos), APKINDEX is now generated by abuild
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile index 7aaed9f..6557fc5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -23,9 +23,6 @@ $(repos): ( cd $${i%/*} && \ REPODEST="$$PWD/../.." abuild -R ) >> ../repos.out 2>&1 || exit 1;\ done - @cd $@ &&\ - ( apk index -o APKINDEX.tar.gz *.apk &&\ - abuild-sign APKINDEX.tar.gz ) >> ../repos.out 2>&1 clean: |