rpms/mythtv/devel mythtv.spec,1.62,1.63

Jarod Wilson jarod at rpmfusion.org
Tue Feb 2 23:21:42 CET 2010


Author: jarod

Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9225

Modified Files:
	mythtv.spec 
Log Message:
Minor chmod tweaks to compensate for files that moved since 0.22


Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- mythtv.spec	2 Feb 2010 20:54:48 -0000	1.62
+++ mythtv.spec	2 Feb 2010 22:21:42 -0000	1.63
@@ -897,8 +897,6 @@
     chmod -R g-w ./*
     cd ..
 
-# Add execute bits to mythvideo python helper scripts
-    chmod +x mythvideo/mythvideo/scripts/ttvdb/*.py
 # Remove execute bits from some php mythweb files
     chmod -x mythweb/classes/*.php
 
@@ -1113,7 +1111,7 @@
     mkdir -p %{buildroot}%{_sysconfdir}/mythtv
 
 # Fix permissions on executable python bindings
-    chmod +x %{buildroot}%{python_sitelib}/MythTV/Myth{DB,TV}.py
+    chmod +x %{buildroot}%{python_sitelib}/MythTV/Myth*.py
 
 # mysql.txt and other config/init files
     install -m 644 %{SOURCE110} %{buildroot}%{_sysconfdir}/mythtv/



More information about the rpmfusion-commits mailing list