test: fix target $(repos), PKGDEST is no longer supported

cute-signatures
Jakub Jirutka 2017-06-10 01:36:24 +02:00
parent b9271ca2a9
commit e7c89a1433
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $(repos):
@cd $@ &&\
for i in */APKBUILD; do\
( cd $${i%/*} && \
PKGDEST="$$PWD/.." abuild -R ) >> ../repos.out 2>&1 || exit 1;\
REPODEST="$$PWD/../.." abuild -R ) >> ../repos.out 2>&1 || exit 1;\
done
@cd $@ &&\
( apk index -o APKINDEX.tar.gz *.apk &&\