[Pkg-tcltk-commits] r303 - tk8.5/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Thu Oct 18 17:20:30 UTC 2007


Author: sgolovan-guest
Date: 2007-10-18 17:20:30 +0000 (Thu, 18 Oct 2007)
New Revision: 303

Modified:
   tk8.5/trunk/debian/rules
Log:
[tk8.5]
Fixed link.


Modified: tk8.5/trunk/debian/rules
===================================================================
--- tk8.5/trunk/debian/rules	2007-10-18 17:20:12 UTC (rev 302)
+++ tk8.5/trunk/debian/rules	2007-10-18 17:20:30 UTC (rev 303)
@@ -117,7 +117,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