mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Fix calling dependencies after sourcing
This commit is contained in:
parent
07601ed2aa
commit
55c4acfad9
1 changed files with 2 additions and 2 deletions
|
|
@ -120,8 +120,8 @@ install-local-pkgbuild() {
|
||||||
x pushd $location
|
x pushd $location
|
||||||
|
|
||||||
source ./PKGBUILD
|
source ./PKGBUILD
|
||||||
x $AUR_HELPER -S $installflags --asdeps $depends
|
x $AUR_HELPER -S $installflags --asdeps "${depends[@]}"
|
||||||
x makepkg -si
|
x makepkg -si --noconfirm
|
||||||
|
|
||||||
x popd
|
x popd
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue