abuild: fix location of built apk
we need to replace noarch with CARCH for now
This commit is contained in:
parent
4442efff6e
commit
ab79e3fe6f
@ -1696,7 +1696,7 @@ apk_up2date() {
|
|||||||
else
|
else
|
||||||
s="$startdir/${i##*/}"
|
s="$startdir/${i##*/}"
|
||||||
fi
|
fi
|
||||||
if [ "$s" -nt "$REPODEST/$repo/$pkgarch/$pkgname-$pkgver-r$pkgrel.apk" ]; then
|
if [ "$s" -nt "$REPODEST/$repo/${pkgarch/noarch/$CARCH}/$pkgname-$pkgver-r$pkgrel.apk" ]; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user