mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
Copyright and LGPL are installed where they should: at the ECL directory.
This commit is contained in:
parent
1508e96f9b
commit
e141a259d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue