[Libreoffice-commits] .: solenv/bin
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sat Jun 4 01:25:39 PDT 2011
solenv/bin/deliver.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d7902c463a49e78aff6b551955625d17551278b2
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sat Jun 4 02:51:51 2011 -0500
removing %_EXT% confused the copying of .ilst files by deliver
diff --git a/solenv/bin/deliver.pl b/solenv/bin/deliver.pl
index 05cccd4..1f806ea 100755
--- a/solenv/bin/deliver.pl
+++ b/solenv/bin/deliver.pl
@@ -571,7 +571,7 @@ sub parse_dlst
if ( /\.res\s/ ) {
my $imagelist = $_;
$imagelist =~ s/\.res/\.$ilst_ext/g;
- $imagelist =~ s/\\bin\\/\\res\\img\\/;
+ $imagelist =~ s/DEST%\\bin\\/DEST%\\res\\img\\/;
push(@action_data, ['copy', $imagelist]);
}
}
More information about the Libreoffice-commits
mailing list