From 0285c678ab65898ff1fec4170f5389921c9f872e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 3 Nov 2012 15:43:44 +1000 Subject: makepkg: fix signing built package Fixes issue introduced in 9dd42dc0 Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index a9d8e64c..30d034ae 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -2646,6 +2646,7 @@ fi # check if gpg signature is to be created and if signing key is valid if { [[ -z $SIGNPKG ]] && check_buildenv "sign" "y"; } || [[ $SIGNPKG == 'y' ]]; then + SIGNPKG='y' if ! gpg --list-key ${GPGKEY} &>/dev/null; then if [[ ! -z $GPGKEY ]]; then error "$(gettext "The key %s does not exist in your keyring.")" "${GPGKEY}" -- cgit v1.2.3-24-g4f1b