[Pkg-tcltk-commits] r1629 - itcl3/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sat Jul 5 13:27:12 UTC 2014


Author: sgolovan
Date: 2014-07-05 13:27:12 +0000 (Sat, 05 Jul 2014)
New Revision: 1629

Modified:
   itcl3/trunk/debian/rules
Log:
[itcl3]
  * Fixed pkgIndex.tcl.


Modified: itcl3/trunk/debian/rules
===================================================================
--- itcl3/trunk/debian/rules	2014-07-05 13:21:27 UTC (rev 1628)
+++ itcl3/trunk/debian/rules	2014-07-05 13:27:12 UTC (rev 1629)
@@ -56,7 +56,7 @@
 	mv $(dtmp)/usr/lib/$(DEB_HOST_MULTIARCH)/itcl$(v) $(dtmp)/usr/lib/tcltk/$(DEB_HOST_MULTIARCH)
 	#
 	# Fix up the pkgIndex.tcl
-	sed -i -e's/\$$dir/\/usr lib $(DEB_HOST_MULTIARCH)/' \
+	sed -i -e's/\.so/.so.1/' -e's/\$$dir/\/usr lib $(DEB_HOST_MULTIARCH)/' \
 	    $(dtmp)/usr/lib/tcltk/$(DEB_HOST_MULTIARCH)/itcl$(v)/pkgIndex.tcl
 	#
 	# Fix up the include files.




More information about the Pkg-tcltk-commits mailing list