Skip to content

Commit

Permalink
make message catalogs before installing them
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
  • Loading branch information
vadz committed Aug 4, 2006
1 parent daca904 commit 5fa970d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wxBase.spec
Expand Up @@ -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

Expand Down

0 comments on commit 5fa970d

Please sign in to comment.