[Pkg-tcltk-commits] r302 - tk8.4/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Thu Oct 18 17:20:12 UTC 2007
Author: sgolovan-guest
Date: 2007-10-18 17:20:12 +0000 (Thu, 18 Oct 2007)
New Revision: 302
Modified:
tk8.4/trunk/debian/rules
Log:
[tk8.4]
Fixed link.
Modified: tk8.4/trunk/debian/rules
===================================================================
--- tk8.4/trunk/debian/rules 2007-10-18 17:19:42 UTC (rev 301)
+++ tk8.4/trunk/debian/rules 2007-10-18 17:20:12 UTC (rev 302)
@@ -116,7 +116,7 @@
fi ; \
done
rm -rf `pwd`/debian/tmp/usr/share/tcltk/tk$(v)/demos
- ln -sf ../../../share/doc/tk$(v)/examples `pwd`/debian/tmp/usr/share/tcltk/tk$(v)/demos
+ ln -sf ../../doc/tk$(v)/examples `pwd`/debian/tmp/usr/share/tcltk/tk$(v)/demos
touch install-stamp
# Build architecture-independent files here.
More information about the Pkg-tcltk-commits
mailing list