Index: rrdtool-1.4.7/bindings/tcl/Makefile.am =================================================================== --- rrdtool-1.4.7.orig/bindings/tcl/Makefile.am +++ rrdtool-1.4.7/bindings/tcl/Makefile.am @@ -27,8 +27,9 @@ tclpkgdir = @TCL_PACKAGE_DIR@ tclpkg_DATA = pkgIndex.tcl tclpkg_SCRIPTS = ifOctets.tcl else -pkglib_DATA = pkgIndex.tcl -pkglib_SCRIPTS = ifOctets.tcl +datalibdir=$(pkglibdir) +datalib_DATA = pkgIndex.tcl +datalib_SCRIPTS = ifOctets.tcl endif # Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as