diff options
Diffstat (limited to 'redhat/dependencies')
-rw-r--r-- | redhat/dependencies/tqscintilla/trinity-tqscintilla.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/redhat/dependencies/tqscintilla/trinity-tqscintilla.spec b/redhat/dependencies/tqscintilla/trinity-tqscintilla.spec index c12858d36..3742b868f 100644 --- a/redhat/dependencies/tqscintilla/trinity-tqscintilla.spec +++ b/redhat/dependencies/tqscintilla/trinity-tqscintilla.spec @@ -123,9 +123,8 @@ for i in designer/*.so; do done # Installs libraries -for i in tmplib/*; do - %__install -D $i %{buildroot}%{_libdir}/${i##*/} -done +%__mkdir_p %{buildroot}%{_libdir} +%__mv -f tmplib/* %{buildroot}%{_libdir} %clean %__rm -rf $RPM_BUILD_ROOT |