Index: trunk/ippScripts/scripts/dist_make_fileset.pl
===================================================================
--- trunk/ippScripts/scripts/dist_make_fileset.pl	(revision 25672)
+++ trunk/ippScripts/scripts/dist_make_fileset.pl	(revision 25850)
@@ -40,5 +40,5 @@
 # Parse the command-line arguments
 my ($dist_id, $dist_dir, $target_id, $stage, $stage_id, $dest_id, $product_name, $ds_dbhost, $ds_dbname);
-my ($label, $filter);
+my ($label, $dist_group, $filter);
 my ($dbname, $save_temps, $verbose, $no_update, $logfile);
 
@@ -51,5 +51,6 @@
            'dest_id=s'      => \$dest_id,    # id for the product
            'product_name=s' => \$product_name,  # location of the data store directory for this product
-           'label=s'       => \$label,
+           'label=s'        => \$label,
+           'dist_group=s'   => \$dist_group,
            'filter=s'      => \$filter,
            'ds_dbhost=s'    => \$ds_dbhost,  # database host for the datastore database
@@ -63,5 +64,5 @@
 
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
-pod2usage( -msg => "Required options: --dist_id --dist_dir --target_id --stage --stage_id --label --filter --dest_id --ds_dbhost --ds_dbname",
+pod2usage( -msg => "Required options: --dist_id --dist_dir --target_id --stage --stage_id --dist_group --filter --dest_id --ds_dbhost --ds_dbname",
            -exitval => 3) unless
     defined $dist_id and
@@ -70,5 +71,5 @@
     defined $stage and
     defined $stage_id and
-    defined $label and
+    defined $dist_group and
     defined $filter and
     defined $dest_id and
@@ -161,5 +162,5 @@
 
     $command .= " --ps0 $target_id --ps1 $stage --ps2 $stage_id --ps3 $prod_col_3";
-    $command .= " --ps4 $label --ps5 $filter";
+    $command .= " --ps4 $dist_group --ps5 $filter";
 
     $command .= " --dbname $ds_dbname --dbhost $ds_dbhost";
