mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
chore: missed cd "$pkgname" in arch's prepare step
This commit is contained in:
parent
6ddf56caa7
commit
3a10b03e94
@ -25,6 +25,7 @@ pkgver() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
cd "$pkgname"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
git -c protocol.file.allow=always submodule update
|
git -c protocol.file.allow=always submodule update
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user