chore: missed cd "$pkgname" in arch's prepare step

This commit is contained in:
Almamu 2025-05-10 19:11:14 +02:00
parent 6ddf56caa7
commit 3a10b03e94

View File

@ -25,6 +25,7 @@ pkgver() {
}
prepare() {
cd "$pkgname"
git submodule update --init --recursive
git -c protocol.file.allow=always submodule update
}