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

(-)a/.rpm/firefox.spec (-1 / +6 lines)
Lines 418-423 rm -rf -- \ Link Here
418
install -D -m 644 .rpm/policies.json \
418
install -D -m 644 .rpm/policies.json \
419
	%buildroot%_sysconfdir/firefox/policies/policies.json
419
	%buildroot%_sysconfdir/firefox/policies/policies.json
420
420
421
# Provide environment variables
422
for i in sh csh; do
423
	install -D -m 755 .rpm/firefox-esr.$i \
424
		%buildroot%_sysconfdir/profile.d/firefox-esr.$i
425
done
426
421
%files
427
%files
422
%dir %_sysconfdir/firefox
428
%dir %_sysconfdir/firefox
423
%dir %_sysconfdir/firefox/defaults
429
%dir %_sysconfdir/firefox/defaults
424
- 

Return to bug 57602