[python-django-typepadapp/el6] chmod 0775

Luis Enrique Bazán De León lbazan at fedoraproject.org
Thu Feb 27 14:17:37 UTC 2014


commit a4dbc34e55295cf17f4940f028ccc75d86695f99
Author: lbazan <lbazan at fedoraproject.org>
Date:   Thu Feb 27 09:18:07 2014 -0500

    chmod 0775

 python-django-typepadapp.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-django-typepadapp.spec b/python-django-typepadapp.spec
index 7e557e3..f03246b 100644
--- a/python-django-typepadapp.spec
+++ b/python-django-typepadapp.spec
@@ -47,9 +47,9 @@ rm -rf typepadapp.egg-info
 
 %install
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
-chmod 0755 $RPM_BUILD_ROOT%{python_sitelib}/typepadapp/conf/project_template/app.wsgi
-chmod 0644 $RPM_BUILD_ROOT%{python_sitelib}/typepadapp/static/soundmanager/soundmanager2.js
-chmod 0644 $RPM_BUILD_ROOT%{python_sitelib}/typepadapp/static/soundmanager/soundmanager2-nodebug-jsmin.js
+chmod 0755 %{python_sitelib}/typepadapp/conf/project_template/app.wsgi
+chmod 0644 %{python_sitelib}/typepadapp/static/soundmanager/soundmanager2.js
+chmod 0644 %{python_sitelib}/typepadapp/static/soundmanager/soundmanager2-nodebug-jsmin.js
 
 %clean
 rm -rf $RPM_BUILD_ROOT


More information about the scm-commits mailing list