diff options
author | Werner Koch <[email protected]> | 2024-01-23 08:04:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-01-23 08:04:10 +0000 |
commit | b7c15948610b8c0a94f978860ba8123082f5836e (patch) | |
tree | c54b0124fa83949222d54d66745b9eb59a508d4e /README | |
parent | sm: Fix ECDH encryption with dhSinglePass-stdDH-sha384kdf-scheme. (diff) | |
download | gnupg-b7c15948610b8c0a94f978860ba8123082f5836e.tar.gz gnupg-b7c15948610b8c0a94f978860ba8123082f5836e.zip |
speedo: Minor fix to the install target
--
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -93,9 +93,9 @@ libraries can be installed into an arbitrary location using for example: - make -f build-aux/speedo.mk install SYSROOT=/usr/local/gnupg-foo + make -f build-aux/speedo.mk install SYSROOT=/usr/local/gnupg24 - and adding the directory to PATH. + and adding /usr/local/gnupg24/bin to PATH. ** Specific build problems on some machines: |