rpms/xbmc/devel xbmc.spec,1.45,1.46

Alex Lancaster alexlan at rpmfusion.org
Thu May 17 20:11:50 CEST 2012


Author: alexlan

Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16325

Modified Files:
	xbmc.spec 
Log Message:
Fixed typo in %install.



Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- xbmc.spec	17 May 2012 00:36:29 -0000	1.45
+++ xbmc.spec	17 May 2012 18:11:49 -0000	1.46
@@ -242,7 +242,7 @@
 # remove the old dteirney MythTV add-on (no longer works
 # and can be confused with the new tsp version)
 rm -r $RPM_BUILD_ROOT/%{_libdir}/xbmc/addons/pvr.mythtv
-rm -f $RPM_BUILD_ROOT/%{_datadir}/xbmc/addons/pvr.mythtv
+rm -r $RPM_BUILD_ROOT/%{_datadir}/xbmc/addons/pvr.mythtv
 
 desktop-file-install \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \


More information about the rpmfusion-commits mailing list