View | Details | Raw Unified | Return to bug 45190
Collapse All | Expand All

(-)a/.rpm/firefox.spec (-1 / +6 lines)
Lines 414-423 rm -rf -- \ Link Here
414
	done
414
	done
415
)
415
)
416
416
417
# Install default policies
418
install -D -m 644 .rpm/policies.json \
419
	%buildroot%_sysconfdir/firefox/policies/policies.json
420
417
%files
421
%files
418
%dir %_sysconfdir/firefox
422
%dir %_sysconfdir/firefox
419
%dir %_sysconfdir/firefox/defaults
423
%dir %_sysconfdir/firefox/defaults
420
%dir %_sysconfdir/firefox/defaults/pref
424
%dir %_sysconfdir/firefox/defaults/pref
425
%dir %_sysconfdir/firefox/policies
426
%config(noreplace) %_sysconfdir/firefox/policies/policies.json
421
%_altdir/firefox
427
%_altdir/firefox
422
%_bindir/firefox
428
%_bindir/firefox
423
%_bindir/firefox-wayland
429
%_bindir/firefox-wayland
424
- 

Return to bug 45190