Use the correct directory

In TB, gecko lives under $(topsrcdir)/mozilla instead of just $(topsrcdir)
This commit is contained in:
Christopher Aillon 2011-04-21 16:07:48 -07:00
parent 1b55117f69
commit beebc59318

View File

@ -305,7 +305,7 @@ touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat
# Add debuginfo for crash-stats.mozilla.com # Add debuginfo for crash-stats.mozilla.com
%if %{enable_mozilla_crashreporter} %if %{enable_mozilla_crashreporter}
%{__mkdir_p} $RPM_BUILD_ROOT/%{moz_debug_dir} %{__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 %endif
#=============================================================================== #===============================================================================