From a714ebe7521b176625a09bbdcb945f30b3f26a53 Mon Sep 17 00:00:00 2001 From: "Vladimir D. Seleznev" Date: Sat, 19 Aug 2017 18:35:07 +0300 Subject: [PATCH 2/3] ALT TEA --- tcllib/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tcllib/Makefile.in b/tcllib/Makefile.in index 208f998cf..8f204aea1 100644 --- a/tcllib/Makefile.in +++ b/tcllib/Makefile.in @@ -27,11 +27,12 @@ top_srcdir = @top_srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ libdir = @libdir@ +datadir = @datadir@ mandir = @mandir@ bindir = @bindir@ DESTDIR = -pkglibdir = $(libdir)/@PACKAGE@@VERSION@ +pkgdatadir = $(datadir)/tcl/@PACKAGE@@VERSION@ top_builddir = . PACKAGE = @PACKAGE@ @@ -52,14 +53,14 @@ doc: html-doc nroff-doc install: $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/installer.tcl` \ -no-examples -no-html \ - -pkg-path `$(CYGPATH) $(DESTDIR)$(pkglibdir)` \ + -pkg-path `$(CYGPATH) $(DESTDIR)$(pkgdatadir)` \ -app-path `$(CYGPATH) $(DESTDIR)$(bindir)` \ -nroff-path `$(CYGPATH) $(DESTDIR)$(mandir)/mann` \ -no-wait -no-gui install-libraries: $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/installer.tcl` \ - -pkg-path `$(CYGPATH) $(DESTDIR)$(pkglibdir)` \ + -pkg-path `$(CYGPATH) $(DESTDIR)$(pkgdatadir)` \ -no-examples -no-html -no-nroff \ -no-wait -no-gui -no-apps -- 2.33.5