From: Alexander Wirt Date: Sun, 10 Feb 2008 15:31:24 +0000 (+0100) Subject: Manually fix the library path in the pkgIndex file X-Git-Tag: debian/1.2.26-1~16 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e3ebfe12391669e753c5c703766b5d4c7204de03;p=pkg-rrdtool.git Manually fix the library path in the pkgIndex file --- 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