diff --git a/mozilla-https-everywhere.spec b/mozilla-https-everywhere.spec index 0e424ab..c4c52c6 100644 --- a/mozilla-https-everywhere.spec +++ b/mozilla-https-everywhere.spec @@ -72,6 +72,25 @@ install -Dpm 644 ${f} \ %{buildroot}%{inst_dir}/${f} done +# chrome/content/rules +install -dm 755 %{buildroot}%{firefox_inst_dir}/chrome/content/rules +for f in chrome/content/rules/*; do +install -Dpm 644 ${f} \ + %{buildroot}%{inst_dir}/${f} +done + +# chrome/locale and everything in it +install -dm 755 %{buildroot}/%{inst_dir}/chrome/locale +for f in chrome/locale/*; do + install -dm 755 ${f} \ + %{buildroot}%{inst_dir}/${f} + for g in ${f}/*; do + install -Dpm 644 ${g} \ + %{buildroot}%{inst_dir}/${g} + done +done + + # symlink from seamonkey extension to firefox extension