diff options
Diffstat (limited to 'abuild-sign.in')
-rw-r--r-- | abuild-sign.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abuild-sign.in b/abuild-sign.in index c1a0c77..f00c0a1 100644 --- a/abuild-sign.in +++ b/abuild-sign.in @@ -85,9 +85,9 @@ if [ -z "$privkey" ]; then cat >&2 << __EOF__ No private key found. Use 'abuild-keygen' to generate the keys. Then you can either: - * set the PACKAGER_PRIVKEY in $abuild_userconf + * set the PACKAGER_PRIVKEY in $ABUILD_USERCONF ('abuild-keygen -a' does this for you) - * set the PACKAGER_PRIVKEY in $abuild_conf + * set the PACKAGER_PRIVKEY in $ABUILD_CONF * specify the key with the -k option to $prog __EOF__ |