test: fix target $(repos), PKGDEST is no longer supported
parent
b9271ca2a9
commit
e7c89a1433
|
@ -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 &&\
|
||||
|
|
Loading…
Reference in New Issue