diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-01-01 23:01:58 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-01-01 23:01:58 +0100 |
commit | 2423883a54867dcbbc6056f017361f212a37d100 (patch) | |
tree | b6d6621ba9747078ddcac811dbd8f3752d6e81bc /redhat/dependencies/tqscintilla | |
parent | 655ebdf18d1046473d2ae2c7e3cfc4ced71339f6 (diff) | |
download | tde-packaging-2423883a54867dcbbc6056f017361f212a37d100.tar.gz tde-packaging-2423883a54867dcbbc6056f017361f212a37d100.zip |
RPM: fix kxmleditor, qalculate-tde, tde-style-baghira, tqscintilla on r14.0.x
Diffstat (limited to 'redhat/dependencies/tqscintilla')
-rw-r--r-- | redhat/dependencies/tqscintilla/tqscintilla-14.0.0.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/dependencies/tqscintilla/tqscintilla-14.0.0.spec b/redhat/dependencies/tqscintilla/tqscintilla-14.0.0.spec index 272b099d5..2d5616cd9 100644 --- a/redhat/dependencies/tqscintilla/tqscintilla-14.0.0.spec +++ b/redhat/dependencies/tqscintilla/tqscintilla-14.0.0.spec @@ -161,8 +161,8 @@ chmod -x example/* -e "s|^header.path = .*|header.path = %{_includedir}/tqt3|" \ -e "s|^trans.path = .*|trans.path = %{_datadir}/tqt3/translations|" -# -e "s|\$(QTDIR)|%{_libdir}/tqt3|" \ %__sed -i "designer/designer.pro" \ + -e "s|\$(QTDIR)|%{_libdir}/tqt3|" \ -e "s|# DESTDIR|DESTDIR|" export QTDIR=%{_libdir}/tqt3 |