From: Keith Packard Date: Thu, 9 Sep 2004 14:31:18 +0000 (+0000) Subject: Remove spurious / after $(DESTDIR) X-Git-Tag: fc-2_2_97~10 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c641c77d6f1a0b378e800c9e3502ae446839a8af;p=fontconfig.git Remove spurious / after $(DESTDIR) reviewed by: keithp --- diff --git a/ChangeLog b/ChangeLog index 37ea4e4..b9c22c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-09-09 "NAKAMURA Ken'ichi" + + reviewed by: keithp + + * Makefile.am: + Remove spurious / after $(DESTDIR) + 2004-06-30 Keith Packard * 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 \