summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37ea4e4..b9c22c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-09-09 "NAKAMURA Ken'ichi" <nakamura@sbp.fp.a.u-tokyo.ac.jp>
+
+ reviewed by: keithp
+
+ * Makefile.am:
+ Remove spurious / after $(DESTDIR)
+
2004-06-30 Keith Packard <keithp@keithp.com>
* README:
diff --git a/Makefile.am b/Makefile.am
index 074a9ae..8de5069 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ configdir=$(CONFDIR)
config_DATA=fonts.conf fonts.dtd
install-data-local:
- $(mkinstalldirs) $(DESTDIR)/$(configdir)
+ $(mkinstalldirs) $(DESTDIR)$(configdir)
if [ -f $(DESTDIR)$(configdir)/local.conf ]; then \
echo "not overwriting existing $(DESTDIR)$(configdir)/local.conf"; \
else if [ -f $(srcdir)/local.conf ]; then \