forked from Shinonome/dots-hyprland
Fix calling dependencies after sourcing
This commit is contained in:
+2
-2
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user