diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-08 15:38:00 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-08 15:38:00 +0000 |
commit | c2d8970ca38ac525979960e845ab209d7b44cc1d (patch) | |
tree | f4a1ba24ac7d62a566c2bc5c4934a63a5b0ff89f /solenv/bin/packimages.pl | |
parent | b61e56a8948ee4e1b29ea15e51c19b3702dd1000 (diff) |
#i10000# fix image/resource mess
Diffstat (limited to 'solenv/bin/packimages.pl')
-rwxr-xr-x | solenv/bin/packimages.pl | 8 |
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); |