[Libreoffice-commits] core.git: solenv/bin

David Ostrovsky david at ostrovsky.org
Sun Feb 10 02:05:10 PST 2013


 solenv/bin/modules/installer/simplepackage.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d9b5a65c8e8653a1dad3b44e29258e824f39096
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Sun Feb 10 11:04:09 2013 +0100

    simplepackage.pm: be extra verbose in error case
    
    Change-Id: I535354799d460cf5f9e1e6bcc460ecfc7c8385c8

diff --git a/solenv/bin/modules/installer/simplepackage.pm b/solenv/bin/modules/installer/simplepackage.pm
index 09babb0..ff18bc9 100755
--- a/solenv/bin/modules/installer/simplepackage.pm
+++ b/solenv/bin/modules/installer/simplepackage.pm
@@ -365,7 +365,7 @@ sub create_package
             my $scripthelperref = installer::scriptitems::get_sourcepath_from_filename_and_includepath( \$scripthelpersolverfilename, $includepatharrayref, 0);
             if ($$scripthelperref eq "") { installer::exiter::exit_program("ERROR: Could not find Apple script $scripthelpersolverfilename!", "create_package"); }
             my $translationfileref = installer::scriptitems::get_sourcepath_from_filename_and_includepath( \$translationfilename, $includepatharrayref, 0);
-            if ($$translationfileref eq "") { installer::exiter::exit_program("ERROR: Could not find Apple script translation file $translationfilename!", "create_package"); }
+            if ($$translationfileref eq "") { installer::exiter::exit_program("ERROR: Could not find Apple script translation file $translationfilename ( includepatharrayref = $includepatharrayref )", "create_package"); }
 
             $scriptfilename = $contentsfolder . "/" . $scriptrealfilename;
             $scripthelperrealfilename = $contentsfolder . "/" . $scripthelperrealfilename;


More information about the Libreoffice-commits mailing list