From b1dfae5e4272a1845ea63bf871f21c3bf78a8f25 Mon Sep 17 00:00:00 2001 From: HappyZ Date: Sat, 8 Dec 2018 08:38:15 -0600 Subject: [PATCH] correct MacOS incorrect repacking behavior --- fw_updater_packer_unpacker/unofficial_pkg_repacker.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fw_updater_packer_unpacker/unofficial_pkg_repacker.sh b/fw_updater_packer_unpacker/unofficial_pkg_repacker.sh index 8c9e218..7aa8536 100755 --- a/fw_updater_packer_unpacker/unofficial_pkg_repacker.sh +++ b/fw_updater_packer_unpacker/unofficial_pkg_repacker.sh @@ -32,6 +32,9 @@ # we do not care about animation +# correct repacking behavior for MacOS +export COPYFILE_DISABLE=true + # params INDIR=$1 # input folder TMPDIR=$INDIR