[Galago-commits] r2750 - in releases/galago-sharp/0.5.0: . sources

galago-commits at freedesktop.org galago-commits at freedesktop.org
Fri Apr 21 00:42:07 PDT 2006


Author: chipx86
Date: 2006-04-21 00:42:05 -0700 (Fri, 21 Apr 2006)
New Revision: 2750

Modified:
   releases/galago-sharp/0.5.0/ChangeLog
   releases/galago-sharp/0.5.0/sources/Makefile.am
Log:
Actually download from the correct URL... And make that a bz2ball. (Merge from r2749).


Modified: releases/galago-sharp/0.5.0/ChangeLog
===================================================================
--- releases/galago-sharp/0.5.0/ChangeLog	2006-04-21 07:39:57 UTC (rev 2749)
+++ releases/galago-sharp/0.5.0/ChangeLog	2006-04-21 07:42:05 UTC (rev 2750)
@@ -1,5 +1,10 @@
 ==================== 0.5.0 ====================
 
+Fri Apr 21 00:38:46 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* sources/Makefile.am:
+	  - Actually download from the correct URL... And make that a bz2ball.
+
 Thu Apr 20 00:57:33 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* NEWS:

Modified: releases/galago-sharp/0.5.0/sources/Makefile.am
===================================================================
--- releases/galago-sharp/0.5.0/sources/Makefile.am	2006-04-21 07:39:57 UTC (rev 2749)
+++ releases/galago-sharp/0.5.0/sources/Makefile.am	2006-04-21 07:42:05 UTC (rev 2750)
@@ -3,9 +3,9 @@
 SVN_URL = http://svn.galago-project.org/trunk/libgalago
 
 LIBGALAGO_GTK_VERSION=0.5.0
-TARBALL_URL=http://www.galago-project.org/files/releases/source
+TARBALL_URL=http://www.galago-project.org/files/releases/source/libgalago
 TARBALL_DIR=libgalago-$(LIBGALAGO_GTK_VERSION)
-TARBALL_NAME=$(TARBALL_DIR).tar.gz
+TARBALL_NAME=$(TARBALL_DIR).tar.bz2
 
 if USE_LIBGALAGO_SVN
 GET_METHOD = get-from-svn
@@ -21,7 +21,7 @@
 		if test ! -f $(TARBALL_NAME); then \
 			wget $(TARBALL_URL)/$(TARBALL_NAME); \
 		fi; \
-		tar -xzvf $(TARBALL_NAME); \
+		tar -xjvf $(TARBALL_NAME); \
 		mv $(TARBALL_DIR) libgalago; \
 		rm -f $(TARBALL_NAME); \
 	fi



More information about the galago-commits mailing list