From e6f33b519c121e3a6eff660e0699ae49c20a215d Mon Sep 17 00:00:00 2001 From: "nrthomas%gmail.com" Date: Tue, 10 Apr 2007 16:32:59 +0000 Subject: [PATCH] Bug 376878, work around duplicate all-l10n.js in thunderbird installers, r=rhelmer --- testing/release/common/unpack.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/release/common/unpack.sh b/testing/release/common/unpack.sh index 65fa3e4b1f1..d2994ea65af 100755 --- a/testing/release/common/unpack.sh +++ b/testing/release/common/unpack.sh @@ -21,7 +21,9 @@ unpack_build () { if [ -d localized ] then mkdir bin/ - cp -rp localized/* nonlocalized/* optional/* bin/ + cp -rp nonlocalized/* bin/ + cp -rp localized/* bin/ + cp -rp optional/* bin/ else for file in *.xpi do