From 21caf8730f9d089e351bf73b8bfd46b316c518a9 Mon Sep 17 00:00:00 2001 From: Cedric Staniewski Date: Sat, 24 Oct 2009 10:05:41 -0500 Subject: makepkg: change preselected option for cleaning the cache from Y to N Signed-off-by: Dan McGee --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 3662228c..ffa8e866 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1565,7 +1565,7 @@ if [ "$CLEANCACHE" -eq 1 ]; then if [ -n "$SRCDEST" -a "$SRCDEST" != "$startdir" ]; then msg "$(gettext "Cleaning up ALL files from %s.")" "$SRCDEST" echo -n "$(gettext " Are you sure you wish to do this? ")" - echo -n "$(gettext "[Y/n]")" + echo -n "$(gettext "[y/N]")" read answer answer=$(echo $answer | tr '[:lower:]' '[:upper:]') if [ "$answer" = "$(gettext "YES")" -o "$answer" = "$(gettext "Y")" ]; then -- cgit v1.2.3-54-g00ecf