From e8eb92019fae01475d186474d68707a702ab0b77 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 28 May 2025 10:36:09 +0200 Subject: 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. --- build-aux/speedo.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build-aux') 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 -- cgit v1.2.3