From beebc59318e187bee7f5b683a58e0c07f5135704 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 21 Apr 2011 16:07:48 -0700 Subject: [PATCH] Use the correct directory In TB, gecko lives under $(topsrcdir)/mozilla instead of just $(topsrcdir) --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index 2b0ccf5..072d02c 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -305,7 +305,7 @@ touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat # Add debuginfo for crash-stats.mozilla.com %if %{enable_mozilla_crashreporter} %{__mkdir_p} $RPM_BUILD_ROOT/%{moz_debug_dir} -%{__cp} dist/%{symbols_file_name} $RPM_BUILD_ROOT/%{moz_debug_dir} +%{__cp} mozilla/dist/%{symbols_file_name} $RPM_BUILD_ROOT/%{moz_debug_dir} %endif #===============================================================================