[mozilla-https-everywhere] added chrome/locale and everything in it

Russell William Golden niveusluna at fedoraproject.org
Tue Oct 9 19:35:55 UTC 2012


commit cd4b87b29890f935cd2db4bb485907519b29213a
Author: Russell Golden <niveusluna at niveusluna.org>
Date:   Tue Oct 9 14:35:43 2012 -0500

    added chrome/locale and everything in it

 mozilla-https-everywhere.spec |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
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


More information about the scm-commits mailing list