Remove spurious / after $(DESTDIR)

reviewed by: keithp
This commit is contained in:
Keith Packard 2004-09-09 14:31:18 +00:00
parent b5f36ca0b5
commit c641c77d6f
2 changed files with 8 additions and 1 deletions

View File

@ -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:

View File

@ -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 \