parent
b5f36ca0b5
commit
c641c77d6f
|
@ -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>
|
2004-06-30 Keith Packard <keithp@keithp.com>
|
||||||
|
|
||||||
* README:
|
* README:
|
||||||
|
|
|
@ -40,7 +40,7 @@ configdir=$(CONFDIR)
|
||||||
config_DATA=fonts.conf fonts.dtd
|
config_DATA=fonts.conf fonts.dtd
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
$(mkinstalldirs) $(DESTDIR)/$(configdir)
|
$(mkinstalldirs) $(DESTDIR)$(configdir)
|
||||||
if [ -f $(DESTDIR)$(configdir)/local.conf ]; then \
|
if [ -f $(DESTDIR)$(configdir)/local.conf ]; then \
|
||||||
echo "not overwriting existing $(DESTDIR)$(configdir)/local.conf"; \
|
echo "not overwriting existing $(DESTDIR)$(configdir)/local.conf"; \
|
||||||
else if [ -f $(srcdir)/local.conf ]; then \
|
else if [ -f $(srcdir)/local.conf ]; then \
|
||||||
|
|
Loading…
Reference in New Issue