diff options
author | David Shaw <[email protected]> | 2002-10-31 17:55:38 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-10-31 17:55:38 +0000 |
commit | 23d943d01504da9ca7bb4463cd60255a4b94d436 (patch) | |
tree | c0110d04ba13e46f8d50407cb4095352532327b8 | |
parent | * gnupg.spec.in: Update source ftp path. (diff) | |
download | gnupg-23d943d01504da9ca7bb4463cd60255a4b94d436.tar.gz gnupg-23d943d01504da9ca7bb4463cd60255a4b94d436.zip |
* Makefile.am: Put gnupg.spec in the root directory so rpm -ta works.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2002-10-31 David Shaw <[email protected]> + * Makefile.am: Put gnupg.spec in the root directory so rpm -ta + works. + * configure.ac: Add a check for volatile. 2002-10-25 Werner Koch <[email protected]> diff --git a/Makefile.am b/Makefile.am index 427d7b639..2693f583b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ dist-hook: @set -e; \ sed -e 's/@pkg_version@/$(VERSION)/g' \ $(top_srcdir)/scripts/gnupg.spec.in \ - > $(distdir)/scripts/gnupg.spec + > $(distdir)/gnupg.spec echo "$(VERSION)" > $(distdir)/VERSION |