diff options
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/dependencies/tqscintilla/tqscintilla.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/redhat/dependencies/tqscintilla/tqscintilla.spec b/redhat/dependencies/tqscintilla/tqscintilla.spec index 7599dd2fa..b926e184e 100644 --- a/redhat/dependencies/tqscintilla/tqscintilla.spec +++ b/redhat/dependencies/tqscintilla/tqscintilla.spec @@ -208,8 +208,10 @@ fi %__rm -rf %{?buildroot} %__make install -C build DESTDIR=%{?buildroot} -# Fix headers location -#%__mv "%{?buildroot}%{_includedir}/tqt3" "%{?buildroot}%{_includedir}/tqscintilla" +%if "%{?_docdir}" != "%{_datadir}/doc" +%__mkdir_p "%{?buildroot}%{_docdir}" +%__mv "%{?buildroot}%{_datadir}/doc/libtqscintilla/" "%{?buildroot}%{_docdir}/libtqscintilla/" +%endif %clean |