[texlive] Do not mark links as %dir

Orion Poplawski orion at fedoraproject.org
Thu Jun 27 02:33:40 UTC 2013


commit b4a15b7d78dcffad6368de6c60f2d8d4aa85ef7e
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Jun 26 20:33:26 2013 -0600

    Do not mark links as %dir

 texlive.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/texlive.spec b/texlive.spec
index 27a0531..5414051 100644
--- a/texlive.spec
+++ b/texlive.spec
@@ -199135,11 +199135,13 @@ fi
 %files base
 %defattr(-,root,root)
 %dir %{_texmf_var}
-%dir %{_texdir}/texmf-var
+# Link to %{_texmf_var}
+%{_texdir}/texmf-var
 %dir %{_texdir}/../texmf
 %dir %{_texdir}/licenses
 %dir %{_texdir}/texmf-local
-%dir %{_texdir}/texmf-local/texmf-compat
+# Link to texmf
+%{_texdir}/texmf-local/texmf-compat
 %dir %{_texdir}/
 %dir %{_texdir}/readme-html.dir
 %dir %{_texdir}/readme-txt.dir


More information about the scm-commits mailing list