diff --git a/browser_patches/webkit/archive.sh b/browser_patches/webkit/archive.sh index dbc2d824a3..11a8834381 100755 --- a/browser_patches/webkit/archive.sh +++ b/browser_patches/webkit/archive.sh @@ -82,6 +82,7 @@ createZipForLinux() { # tar resulting directory and cleanup TMP. cd $tmpdir + strip --strip-unneeded * || true zip --symlinks -r $ZIP_PATH ./ cd - rm -rf $tmpdir