make message catalogs before installing them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-08-04 23:14:55 +00:00
parent 8f70a1ea88
commit ad0a09b586

View File

@ -91,8 +91,9 @@ cd ..
%install
rm -rf $RPM_BUILD_ROOT
(cd obj-static ; make DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install)
(cd obj-shared ; make DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install)
make -C locale allmo
make -C obj-static DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install
make -C obj-shared DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install
%find_lang wxstd