From c2d8970ca38ac525979960e845ab209d7b44cc1d Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Tue, 8 Jun 2004 15:38:00 +0000 Subject: #i10000# fix image/resource mess --- solenv/bin/packimages.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'solenv/bin/packimages.pl') 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); -- cgit