From: Vadim Zeitlin Date: Fri, 4 Aug 2006 23:14:55 +0000 (+0000) Subject: make message catalogs before installing them X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ad0a09b58678c8cc5e1f8f08b7d22f01250e940a make message catalogs before installing them git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxBase.spec b/wxBase.spec index 4ded4738ae..f8614ab24f 100644 --- a/wxBase.spec +++ b/wxBase.spec @@ -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