[mozilla-https-everywhere/el6] whoops. missed a /* in the spec file.

Russell William Golden niveusluna at fedoraproject.org
Tue Oct 9 20:13:55 UTC 2012


commit 886fccea86b027c872f3270d69f21dcce5279f7e
Author: Russell Golden <niveusluna at niveusluna.org>
Date:   Tue Oct 9 15:13:33 2012 -0500

    whoops. missed a /* in the spec file.

 mozilla-https-everywhere.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mozilla-https-everywhere.spec b/mozilla-https-everywhere.spec
index c6f1229..ed264bd 100644
--- a/mozilla-https-everywhere.spec
+++ b/mozilla-https-everywhere.spec
@@ -67,7 +67,7 @@ install -D -m  644 chrome/content/{about.xul,fetch-source.js,fetch-source.xul,me
 
 # chrome/content/code
 install -dm 755 %{buildroot}%{firefox_inst_dir}/chrome/content/code
-for f in chrome/content/code; do
+for f in chrome/content/code/*; do
 install -Dpm 644 ${f} \
     %{buildroot}%{firefox_inst_dir}/${f}
 done


More information about the scm-commits mailing list