From 09e8f811481ebda2df9ad508d03e8b52b3a555f6c3c0cfa7b5a2b2cc69e413d3 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 20 Sep 2016 15:34:59 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=34 --- emacs-auctex.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs-auctex.spec b/emacs-auctex.spec index 13146de..60575e4 100644 --- a/emacs-auctex.spec +++ b/emacs-auctex.spec @@ -124,6 +124,11 @@ you cannot use this package for XEmacs. ;; (load "preview-latex.el" nil t t) EOF + for el in auctex.el preview-latex.el + do + test -e %{buildroot}%{_sitedir}/$el || continue + mv %{buildroot}%{_sitedir}/$el %{buildroot}%{_sitedir}/site-start.d/ + done # # Preview is part of te_latex #