Index: trunk/tools/mysql-dump/gpc1_install.sh
===================================================================
--- trunk/tools/mysql-dump/gpc1_install.sh	(revision 31235)
+++ trunk/tools/mysql-dump/gpc1_install.sh	(revision 31318)
@@ -10,5 +10,5 @@
 # 2) Check the gpc1 dump file against its checksum.
 # 3) Distribute the validated files, that is:
-#    - Hard-links the gzipped MySQL dump in the distribution directory
+#    - Hard-links the bzipped MySQL dump in the distribution directory
 #    - Moves the MD5 checksum to the distribution directory
 # 4) Import gpc1 into gpc1_0 or gpc1_1 (ensured by gpc1Import.py utility)
@@ -21,5 +21,5 @@
 MD5FILE=gpc1_checksum.md5
 
-DISTRIBUTION_TARGET=$TARGET/distribution/ippdb01-gpc1.dump.gz
+DISTRIBUTION_TARGET=$TARGET/distribution/ippdb01-gpc1.dump.bz
 DISTRIBUTION_MD5=$TARGET/distribution/ippdb01-gpc1.md5
 
