summaryrefslogtreecommitdiffstats
path: root/abuild-sign.in
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-07-05 00:21:39 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-09 07:13:46 +0000
commitcfa6c7d67ab934dfe1dd083f11f2ce4dcc400afc (patch)
treef0d6a0c1af2e1e8b0286b0435c5dcdc7958950ac /abuild-sign.in
parent89afa4179287af307e298f6027dc4eee44bcf481 (diff)
downloadabuild-cfa6c7d67ab934dfe1dd083f11f2ce4dcc400afc.tar.bz2
abuild-cfa6c7d67ab934dfe1dd083f11f2ce4dcc400afc.tar.xz
various: fancier readconfig, permit env overrides
Diffstat (limited to 'abuild-sign.in')
-rw-r--r--abuild-sign.in4
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__