summaryrefslogtreecommitdiff
path: root/solenv/bin/packimages.pl
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/packimages.pl')
-rwxr-xr-xsolenv/bin/packimages.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/bin/packimages.pl b/solenv/bin/packimages.pl
index 1acb72ae133d..79503d2ba943 100755
--- a/solenv/bin/packimages.pl
+++ b/solenv/bin/packimages.pl
@@ -5,9 +5,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: packimages.pl,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hjs $ $Date: 2004-06-07 13:41:42 $
+# last change: $Author: hjs $ $Date: 2004-06-08 16:38:00 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -91,7 +91,7 @@ my $extra_verbose; # be extra verbose
( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
my $script_rev;
-my $id_str = ' $Revision: 1.4 $ ';
+my $id_str = ' $Revision: 1.5 $ ';
$id_str =~ /Revision:\s+(\S+)\s+\$/
? ($script_rev = $1) : ($script_rev = "-");
@@ -148,7 +148,7 @@ sub parse_options
sub get_image_lists
{
- my @image_lists = glob("$imagelist_path/*.ilst2");
+ my @image_lists = glob("$imagelist_path/*.ilst");
if ( !@image_lists ) {
print_error("can't find any image lists in '$imagelist_path'", 3);