diff options
author | Francois Andriot <francois.andriot@free.fr> | 2011-11-26 14:47:37 +0100 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2011-11-26 14:47:37 +0100 |
commit | d468a69eef2fceed375309974bdf571dac84d61b (patch) | |
tree | a7ef5cfb556e3c1ee0b70a8fe753825fec698f32 /redhat/applications/kdmtheme | |
parent | d57dfd781704d95f0f54638329d79eee8aa04163 (diff) | |
download | tde-packaging-d468a69eef2fceed375309974bdf571dac84d61b.tar.gz tde-packaging-d468a69eef2fceed375309974bdf571dac84d61b.zip |
RHEL/Fedora: fix kdmtheme, kile, knemo HTML directory location
Diffstat (limited to 'redhat/applications/kdmtheme')
-rw-r--r-- | redhat/applications/kdmtheme/trinity-kdmtheme.spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/redhat/applications/kdmtheme/trinity-kdmtheme.spec b/redhat/applications/kdmtheme/trinity-kdmtheme.spec index 74fadc821..05f4b43a5 100644 --- a/redhat/applications/kdmtheme/trinity-kdmtheme.spec +++ b/redhat/applications/kdmtheme/trinity-kdmtheme.spec @@ -52,8 +52,9 @@ that allows you to easily install, remove and change your KDM themes. # Ugly hack to modify TQT include directory inside autoconf files. # If TQT detection fails, it fallbacks to TQT4 instead of TQT3 ! -sed -i admin/acinclude.m4.in \ - -e "s,/usr/include/tqt,%{_includedir}/tqt,g" +%__sed -i admin/acinclude.m4.in \ + -e "s,/usr/include/tqt,%{_includedir}/tqt,g" \ + -e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g" %__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in" %__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" @@ -96,9 +97,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{tde_libdir}/kcm_kdmtheme.la %{tde_libdir}/kcm_kdmtheme.so %{_datadir}/applications/kde/kdmtheme.desktop -%{_docdir}/HTML/en/kdmtheme/common -%{_docdir}/HTML/en/kdmtheme/index.cache.bz2 -%{_docdir}/HTML/en/kdmtheme/index.docbook +%{tde_docdir}/HTML/en/kdmtheme/common +%{tde_docdir}/HTML/en/kdmtheme/index.cache.bz2 +%{tde_docdir}/HTML/en/kdmtheme/index.docbook %{_datadir}/lintian/overrides/kdmtheme-trinity |