tags 391697 +patch
thanks
Hi,
here is a (simple) patch which fixes the bug.
Regards from BSP Zurich/Switzerland
--
.''`. Mario Iseli <[EMAIL PROTECTED]>
: :' : proud user of Debian unstable
`. `'`
`- Debian - when you have better things to do than fixing a system
diff -Naur tkdesk.old/debian/rules tkdesk-2.0/debian/rules
--- tkdesk.old/debian/rules 2006-10-08 11:46:15.000000000 +0200
+++ tkdesk-2.0/debian/rules 2006-10-08 11:46:50.000000000 +0200
@@ -17,7 +17,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
- ./configure --with-blt=/usr/lib --prefix=/usr
--with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4
--with-itcl=/usr/lib/itcl3.2 --with-itclconfig=no_such_file
--with-itcl-lib=-litcl3.2 --with-itcl-version=3.2
+ ./configure --with-blt=/usr/lib --prefix=/usr
--mandir=$(prefix)/share/man --with-tcl=/usr/lib/tcl8.4
--with-tk=/usr/lib/tk8.4 --with-itcl=/usr/lib/itcl3.2
--with-itclconfig=no_such_file --with-itcl-lib=-litcl3.2 --with-itcl-version=3.2
touch configure-stamp
build: build-stamp