]> git.pld-linux.org Git - packages/texlive.git/commitdiff
- %attr(1777,root,root) to "common" dirs
authorZsolt Udvari <uzsolt@pld-linux.org>
Mon, 29 Dec 2008 09:49:01 +0000 (09:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texlive.spec -> 1.80

texlive.spec

index 4d8ace7967128f1c33677ea5f93705190f38955b..e50b2b89d597c02731c6dcdd01d4a453ebbfae5e 100644 (file)
@@ -3483,8 +3483,6 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
 rm -rf $RPM_BUILD_ROOT
 
 %post
-# %groupadd -g 250 texmf
-# %useradd -u 250 -r -s /bin/false -g texmf
 %fixinfodir
 %texhash
 
@@ -3493,10 +3491,6 @@ rm -rf $RPM_BUILD_ROOT
 if [ "$1" = "1" ]; then
        %texhash
 fi
-# if [ "$1" = "0" ]; then
-#      %userremove texmf
-#      %groupremove texmf
-#fi
 
 %post doc-Catalogue
 %texhash
@@ -4704,8 +4698,8 @@ fi
 # ***********
 # Directories
 # ***********
-%dir %{fmtdir}
-%dir %{_localstatedir}
+%attr(1777,root,root) %dir %{_localstatedir}
+%attr(1777,root,root) %dir %{fmtdir}
 
 %dir %{texmfdist}
 %dir %{texmf}
This page took 0.091525 seconds and 4 git commands to generate.