[Libreoffice-commits] core.git: solenv/bin
Norbert Thiebaud
nthiebaud at gmail.com
Mon May 25 03:12:55 PDT 2015
solenv/bin/modules/installer/simplepackage.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 896cd639125e00967640daea4f716786829e0b87
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sat May 23 15:18:22 2015 -0500
macosx: work around hdiutil error -5341 on dmg packaging
Change-Id: Iddd265fca9769d9afac67d37877bd3a99068f368
Reviewed-on: https://gerrit.libreoffice.org/15884
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
diff --git a/solenv/bin/modules/installer/simplepackage.pm b/solenv/bin/modules/installer/simplepackage.pm
index d70394e..ac33798 100644
--- a/solenv/bin/modules/installer/simplepackage.pm
+++ b/solenv/bin/modules/installer/simplepackage.pm
@@ -423,7 +423,7 @@ sub create_package
}
}
- $systemcall = "cd $localtempdir && hdiutil create -srcfolder $folder $archive -ov -fs HFS+ -volname \"$volume_name\" -format UDBZ";
+ $systemcall = "cd $localtempdir && hdiutil create -megabytes 1500 -srcfolder $folder $archive -ov -fs HFS+ -volname \"$volume_name\" -format UDBZ";
if (( $ref ne "" ) && ( $$ref ne "" )) {
$systemcall .= " && hdiutil unflatten $archive && Rez -a $$ref -o $archive && hdiutil flatten $archive &&";
}
More information about the Libreoffice-commits
mailing list