Index: trunk/ippScripts/scripts/dist_bundle.pl
===================================================================
--- trunk/ippScripts/scripts/dist_bundle.pl	(revision 42721)
+++ trunk/ippScripts/scripts/dist_bundle.pl	(revision 42730)
@@ -27,5 +27,5 @@
 
 # we can record the location an appropriate magic.mdc file for the file command 
-# my $file_magic = metadataLookupStr($ipprc->{_siteConfig}, "FILE.MAGIC");
+my $file_magic = "$ENV{PSCONFDIR}/$ENV{PSCONFIG}/etc/compress.mgc";
 ### TEST print "magic: $file_magic\n";
 ### TEST system ("file -m $file_magic o60523g0045o.2132764.wrp.2688740.skycell.1566.004.pswarp.mdc");
@@ -684,6 +684,6 @@
     my $mdc_compressed;
     {
-#        my $command = "$file_cmd -m $file_magic $resolved";
-        my $command = "$file_cmd $resolved";
+        my $command = "$file_cmd -m $file_magic $resolved";
+#        my $command = "$file_cmd $resolved";
         my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
             run(command => $command, verbose => $verbose);
