mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Fix calling dependencies after sourcing
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user