OSDN Git Service

[update] : Added debug message
authorhayao <hayao@fascode.net>
Mon, 22 Mar 2021 07:32:33 +0000 (16:32 +0900)
committerhayao <hayao@fascode.net>
Mon, 22 Mar 2021 07:32:33 +0000 (16:32 +0900)
system/pkgbuild.sh

index b1513dd..5790009 100755 (executable)
@@ -120,6 +120,7 @@ if (( "${#pkgbuild_dirs[@]}" != 0 )); then
 
     # Build and install
     chmod +s /usr/bin/sudo
+    echo "Install depends: ${makedepends[*]} ${depends[*]}"
     yes | run_user \
         yay -Sy \
             --mflags "-AcC" \