[Libreoffice-commits] .: solenv/bin

Caolán McNamara caolan at kemper.freedesktop.org
Tue Nov 16 09:10:50 PST 2010


 solenv/bin/packimages.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9e26e80c257d9e9a1cb912e09da684f55c050df6
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 16 16:04:07 2010 +0000

    fix this to build again

diff --git a/solenv/bin/packimages.pl b/solenv/bin/packimages.pl
index 2a6733a..90707f6 100755
--- a/solenv/bin/packimages.pl
+++ b/solenv/bin/packimages.pl
@@ -356,7 +356,7 @@ sub create_zip_archive
     foreach ( optimize_zip_layout($zip_hash_ref) ) {
         my $path = $zip_hash_ref->{$_} . "/$_";
         print_message("zipping '$path' ...") if $extra_verbose;
-        my $member = $zip->addFile($path, $_);
+        my $member = $zip->addFile($path, $_, COMPRESSION_STORED);
         if ( !$member ) {
             print_error("can't add file '$path' to image zip archive: $!", 5);
         }


More information about the Libreoffice-commits mailing list