aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-05-28 08:36:09 +0000
committerWerner Koch <[email protected]>2025-05-28 08:36:09 +0000
commite8eb92019fae01475d186474d68707a702ab0b77 (patch)
treec205541994e232adbabb88aac3a2e6d58336b6eb /build-aux
parentdirmngr: Don't install expired sks certificate (diff)
downloadgnupg-e8eb92019fae01475d186474d68707a702ab0b77.tar.gz
gnupg-e8eb92019fae01475d186474d68707a702ab0b77.zip
doc: Minor speedo build clarification
-- Using the given command line for installation is almost always good, so don't confuse the user with the first sentence. Also explain how to disable systemd for keyboxd and dirmngr.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/speedo.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index fcda05ab4..99736c2b8 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -1110,10 +1110,10 @@ ifneq ($(TARGETOS),w32)
echo "sysconfdir = /etc/gnupg" >bin/gpgconf.ctl ;\
echo "rootdir = $(idir)" >>bin/gpgconf.ctl ;\
echo "speedo: /*" ;\
- echo "speedo: * Now copy $(idir)/ to the final location and" ;\
- echo "speedo: * adjust $(idir)/bin/gpgconf.ctl accordingly" ;\
- echo "speedo: * Or run run for example:" ;\
+ echo "speedo: * Now run for example:" ;\
echo "speedo: * make -f $(topsrc)/build-aux/speedo.mk install SYSROOT=/usr/local/gnupg26" ;\
+ echo "speedo: * This copies copy $(idir)/ to the final location and" ;\
+ echo "speedo: * adjusts $(idir)/bin/gpgconf.ctl accordingly" ;\
echo "speedo: */")
endif