Code

Manually fix the library path in the pkgIndex file
authorAlexander Wirt <formorer@formorer.de>
Sun, 10 Feb 2008 15:31:24 +0000 (16:31 +0100)
committerAlexander Wirt <formorer@lisa.springfield.lan>
Sun, 10 Feb 2008 15:31:24 +0000 (16:31 +0100)
debian/rules

index 0f8a40a3bac453dc4763811fde7ca92cd0eadb68..e2a2694847bae9ed6c892229d1eef617ded42e00 100755 (executable)
@@ -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