Copyright and LGPL are installed where they should: at the ECL directory.

This commit is contained in:
Juan Jose Garcia Ripoll 2010-06-18 22:06:50 +02:00
parent 1508e96f9b
commit e141a259d0

View file

@ -173,7 +173,7 @@ install:
esac \
done
for i in Copyright LGPL; do \
$(INSTALL_DATA) $(top_srcdir)/../$$i $(DESTDIR)$(libdir); \
$(INSTALL_DATA) $(top_srcdir)/../$$i $(DESTDIR)$(ecldir); \
done
$(mkinstalldirs) $(DESTDIR)$(mandir)/man$(manext)
for i in doc/ecl.man doc/ecl-config.man; do \