From e3ebfe12391669e753c5c703766b5d4c7204de03 Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Sun, 10 Feb 2008 16:31:24 +0100 Subject: [PATCH] Manually fix the library path in the pkgIndex file --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 0f8a40a..e2a2694 100755 --- a/debian/rules +++ b/debian/rules @@ -81,6 +81,8 @@ build-arch-stamp: config.status #configure forgets to set TCL_INC_DIR. make TCL_INC_DIR=/usr/include/tcl + #Fix library path to tcl bindings + sed -i -e 's|lib/|lib/tcltk/rrdtool-tcl/|' bindings/tcl/pkgIndex.tcl touch $@ build-python%: build-arch-stamp -- 2.30.2