-devel-private stuff: s/%%_qt4_prefix/%%_prefix/
This commit is contained in:
parent
75dc5c3d4c
commit
f0f438f306
3
qt.spec
3
qt.spec
@ -651,10 +651,11 @@ make install INSTALL_ROOT=%{buildroot}
|
||||
%if 0%{?private}
|
||||
# install private headers
|
||||
# using rsync -R as easy way to preserve relative path names
|
||||
# we're cheating and using %%_prefix (/usr) directly here
|
||||
rsync -aR \
|
||||
include/Qt{Core,Declarative,Gui,Script}/private \
|
||||
src/{corelib,declarative,gui,script}/*/*_p.h \
|
||||
%{buildroot}%{_qt4_prefix}/
|
||||
%{buildroot}%{_prefix}/
|
||||
%endif
|
||||
|
||||
# Add desktop file(s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user