From c8f8f18c4bd424e8f614fff1229eb80864b5a3fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 24 May 2013 11:52:31 +0200 Subject: [PATCH] tcl bindings: install to libdir as previously MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Å karvada --- bindings/tcl/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bindings/tcl/Makefile.am b/bindings/tcl/Makefile.am index 81ca5e01..f13afe69 100644 --- a/bindings/tcl/Makefile.am +++ b/bindings/tcl/Makefile.am @@ -27,8 +27,9 @@ tclpkgdir = @TCL_PACKAGE_DIR@ tclpkg_DATA = pkgIndex.tcl tclpkg_SCRIPTS = ifOctets.tcl else -pkgdata_DATA = pkgIndex.tcl -pkgdata_SCRIPTS = ifOctets.tcl +pkgindexdir = $(pkglibdir) +pkgindex_DATA = pkgIndex.tcl +pkgindex_SCRIPTS = ifOctets.tcl endif # Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as -- 2.47.2