diff options
author | David Shaw <[email protected]> | 2002-10-31 18:29:53 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-10-31 18:29:53 +0000 |
commit | 7b4ad0f64c48156724045502a0d66c98d50583ff (patch) | |
tree | 3e1d11d10d306fd7d5e159919493845d1fb5f973 | |
parent | * gnupg.spec.in: Update source ftp path. (diff) | |
download | gnupg-7b4ad0f64c48156724045502a0d66c98d50583ff.tar.gz gnupg-7b4ad0f64c48156724045502a0d66c98d50583ff.zip |
* Makefile.am: Put gnupg.spec in the root directory so rpm -ta works.
Diffstat (limited to '')
-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-29 David Shaw <[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 |