[Pkg-mono-svn-commits] rev 3419 - tao/trunk/debian/patches

Samuel Hocevar sho at alioth.debian.org
Sun Oct 28 23:25:37 UTC 2007


Author: sho
Date: 2007-10-28 23:25:37 +0000 (Sun, 28 Oct 2007)
New Revision: 3419

Modified:
   tao/trunk/debian/patches/300_proper_dll_config.diff
Log:
  * Oops, removed full path from the Lua library. Thanks to Mirco.


Modified: tao/trunk/debian/patches/300_proper_dll_config.diff
===================================================================
--- tao/trunk/debian/patches/300_proper_dll_config.diff	2007-10-28 22:18:29 UTC (rev 3418)
+++ tao/trunk/debian/patches/300_proper_dll_config.diff	2007-10-28 23:25:37 UTC (rev 3419)
@@ -14,5 +14,5 @@
 @@ -1,3 +1,3 @@
  <configuration>
 -    <dllmap dll="lua5.1.dll" target="liblua5.1.so" />
-+    <dllmap dll="lua5.1.dll" target="/usr/lib/liblua5.1.so.0" />
++    <dllmap dll="lua5.1.dll" target="liblua5.1.so.0" />
  </configuration>




More information about the Pkg-mono-svn-commits mailing list