Author: miguel
Date: 2007-04-26 23:51:06 -0400 (Thu, 26 Apr 2007)
New Revision: 76366

Modified:
   trunk/bitsharp/src/Makefile
   trunk/bitsharp/src/configure
Log:
Fix Makefile

Modified: trunk/bitsharp/src/Makefile
===================================================================
--- trunk/bitsharp/src/Makefile 2007-04-27 01:35:32 UTC (rev 76365)
+++ trunk/bitsharp/src/Makefile 2007-04-27 03:51:06 UTC (rev 76366)
@@ -34,7 +34,8 @@
        chmod +x monotorrent-gtk
        mv monotorrent-gtk $(prefix)/bin/monotorrent-gtk
        cp Libs/Upnp.dll $(prefix)/lib/bitsharp/
-       cp monotorrent.pc $(prefix)/lib/pkgconfig
+       -mkdir $(prefix)/lib/pkgconfig
+       cp monotorrent.pc $(prefix)/lib/pkgconfig/
 
 dist:
        rm -rf monotorrent-$(VERSION)

Modified: trunk/bitsharp/src/configure
===================================================================
--- trunk/bitsharp/src/configure        2007-04-27 01:35:32 UTC (rev 76365)
+++ trunk/bitsharp/src/configure        2007-04-27 03:51:06 UTC (rev 76366)
@@ -1,5 +1,5 @@
 #!/bin/sh
-VERSION=0.2
+VERSION=0.3
 prefix=/usr/local
 while test x$1 != x; do
         case $1 in

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to