summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d88bdecd4bb..b861befc899d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,7 @@ msg "Debug: 3";
for a in ${opt_pak[@]}; do ## loop for all optional extensions
msg "Debug: 4";
read -p "Do you want to install additional ${a} (Y/y/N/n)?" opt_ans;
+ msg "Debug: 5";
case $opt_ans in ## evaluate the answer
Y|y)
echo "Which ${a} do you want to install?";