-devel-private stuff: s/%%_qt4_prefix/%%_prefix/

This commit is contained in:
Rex Dieter 2011-04-01 15:41:12 -05:00
parent 75dc5c3d4c
commit f0f438f306
1 changed files with 2 additions and 1 deletions

View File

@ -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)