mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +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
|
||||
|
||||
source ./PKGBUILD
|
||||
x $AUR_HELPER -S $installflags --asdeps $depends
|
||||
x makepkg -si
|
||||
x $AUR_HELPER -S $installflags --asdeps "${depends[@]}"
|
||||
x makepkg -si --noconfirm
|
||||
|
||||
x popd
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue