Actually its a bit more complicated, as the library path now needs to be
changed after the build process.

Patch attached.
-- 
aszlig
Universaldilettant
RedMoonStudios
diff --git a/debian/rules b/debian/rules
index 22ff2cd..91080b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,8 @@ install: build
                 $(CURDIR)/debian/tcl-tls/usr/share/lintian/overrides/tcl-tls
 	# Removing rpath
 	chrpath -d $(CURDIR)/debian/tmp/usr/lib/tls1.6/libtls1.6.so
-	dh_install 
+	sed -i -e '/tls::initlib/s!\$$dir!/usr/lib!' $(CURDIR)/debian/tmp/usr/lib/tls1.6/pkgIndex.tcl
+	dh_install
 
 # Build architecture-independent files here.
 binary-indep: build install

Attachment: signature.asc
Description: Digital signature

Reply via email to