[nodejs-ansi/f18] fix perms correctly

T.C. Hollingsworth patches at fedoraproject.org
Sun Jan 13 12:16:05 UTC 2013


commit 7cc8de7a6e112bee967bc5d8d8b2189e944c1abe
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sun Jan 13 05:15:32 2013 -0700

    fix perms correctly

 nodejs-ansi.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-ansi.spec b/nodejs-ansi.spec
index 5ec1fdb..8ae3582 100644
--- a/nodejs-ansi.spec
+++ b/nodejs-ansi.spec
@@ -21,7 +21,7 @@ lines, the entire window, or hide and show the cursor, and lots more!
 %setup -q -n package
 
 #fix perms in stuff that goes in %%doc
-chmod 0644 examples/*
+chmod 0644 examples/*.js examples/*/*
 
 %build
 #nothing to do
@@ -44,7 +44,7 @@ rm -rf %{buildroot}
 
 %changelog
 * Sun Jan 13 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.2-4
-- fix typo
+- fix permissions correctly
 
 * Fri Jan 11 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.2-3
 - fix permissions in example


More information about the scm-commits mailing list