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:
parent
8f70a1ea88
commit
ad0a09b586
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user