touch the lang file so %files -f works when we don't have langpacks
This commit is contained in:
parent
383fabfbe1
commit
af4445e911
@ -240,6 +240,10 @@ done
|
||||
%{__rm} -rf firefox-langpacks
|
||||
%endif # build_langpacks
|
||||
|
||||
%if ! %{build_langpacks}
|
||||
touch ../%{name}.lang
|
||||
%endif
|
||||
|
||||
# System extensions
|
||||
%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/mozilla/extensions/%{firefox_app_id}
|
||||
%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/%{firefox_app_id}
|
||||
|
Loading…
Reference in New Issue
Block a user