We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2ad52 commit 4e3fcd5Copy full SHA for 4e3fcd5
1 file changed
system/pkgbuild.sh
@@ -120,6 +120,7 @@ if (( "${#pkgbuild_dirs[@]}" != 0 )); then
120
121
# Build and install
122
chmod +s /usr/bin/sudo
123
+ echo "Install depends: ${makedepends[*]} ${depends[*]}"
124
yes | run_user \
125
yay -Sy \
126
--mflags "-AcC" \
0 commit comments