]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- add /var/lib/mythtv/tmp for mythdvd auto/th/mythtv-0_23_1-3
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Jan 2011 21:27:38 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv.spec -> 1.107

mythtv.spec

index 77e7da5ba62d8ea4d2a85b569aef6a600719b8d9..952f6a48775b5315597e3611d8d94356f62c06f1 100644 (file)
@@ -447,7 +447,8 @@ fi
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,sysconfig} \
                $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_desktopdir}} \
-               $RPM_BUILD_ROOT/var/{cache,lib,log,run}/mythtv \
+               $RPM_BUILD_ROOT/var/{cache,log,run}/mythtv \
+               $RPM_BUILD_ROOT/var/lib/mythtv/tmp \
                $RPM_BUILD_ROOT%{_libdir}/mythtv \
                $RPM_BUILD_ROOT%{_libdir}/mythtv/plugins \
                $RPM_BUILD_ROOT%{_pixmapsdir}
@@ -541,6 +542,7 @@ fi
 %attr(755,root,root) %{_bindir}/mythtranscode
 %attr(755,root,root) %{_bindir}/mythreplex
 %attr(775,root,mythtv) %dir /var/lib/mythtv
+%attr(700,root,mythtv) %dir /var/lib/mythtv/tmp
 %attr(775,root,mythtv) %dir /var/cache/mythtv
 %attr(775,root,mythtv) %dir /var/run/mythtv
 %attr(754,root,root) /etc/rc.d/init.d/mythbackend
This page took 0.095468 seconds and 4 git commands to generate.