summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mac/dmgdiffer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/mac/dmgdiffer.sh')
-rwxr-xr-xchrome/installer/mac/dmgdiffer.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/mac/dmgdiffer.sh b/chrome/installer/mac/dmgdiffer.sh
index 0ba0dec..aa47e28 100755
--- a/chrome/installer/mac/dmgdiffer.sh
+++ b/chrome/installer/mac/dmgdiffer.sh
@@ -237,8 +237,9 @@ make_patch_fs() {
if ! cp -p "${SCRIPT_DIR}/dirpatcher.sh" \
"${SCRIPT_DIR}/goobspatch" \
+ "${SCRIPT_DIR}/liblzma_decompress.dylib" \
"${patch_dotpatch_dir}/"; then
- err "could not copy dirpatcher.sh and goobspatch"
+ err "could not copy patching tools"
exit 13
fi