mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-16 14:22:24 +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() {
|
||||
cd "$pkgname"
|
||||
git submodule update --init --recursive
|
||||
git -c protocol.file.allow=always submodule update
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user