aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bff52c463..e347e1b0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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