diff options
author | Werner Koch <[email protected]> | 2020-06-08 16:45:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-06-08 16:45:55 +0000 |
commit | 61bb75d045a3709d1cba0084c95e991dfd52c8ee (patch) | |
tree | 07ef02193ac6a3884f310ccb8a1ff00c219ed4a2 /Makefile.am | |
parent | doc: Minor code comment fixes. (diff) | |
download | gnupg-61bb75d045a3709d1cba0084c95e991dfd52c8ee.tar.gz gnupg-61bb75d045a3709d1cba0084c95e991dfd52c8ee.zip |
build: Fix recent commit for SOURCE_DATE_EPOCH.
--
Fixes-commit: 074ab108e768b2f946d789c1f3a7f14a65e07c52
which was recently pushed to make use of $SOURCE_DATE_EPOCH
as fallback.
Also fixes two typos
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ad5111f00..d6e7b7dec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ # Location of the released tarball archives. Note that this is an # internal archive and before uploading this to the public server, -# manual tests should be run and the git release tat set and pushed. +# manual tests should be run and the git release tag set and pushed. # Adjust as needed. RELEASE_ARCHIVE_DIR = wk@vigenere:tarballs/gnupg/v2.2 |