Commit 50e69e3529f515c8bfca7eca9d837cce04581319
1 parent
f58bb1d9
Exists in
master
and in
5 other branches
Atualizando empacotamento macosx
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
mac/pw3270.bundle.in
@@ -89,9 +89,9 @@ | @@ -89,9 +89,9 @@ | ||
89 | ${prefix}/share/locale | 89 | ${prefix}/share/locale |
90 | </translations> | 90 | </translations> |
91 | 91 | ||
92 | - <translations name="@PACKAGE_NAME@"> | ||
93 | - ${prefix:bin}/usr/local/share/locale | ||
94 | - </translations> | 92 | + <data dest="${bundle}/Contents/Resources/share/locale/pt_BR/LC_MESSAGES/pw3270.mo"> |
93 | + ${project}/../.bin/Release/usr/local/share/locale/pt_BR/LC_MESSAGES/pw3270.mo | ||
94 | + </data> | ||
95 | 95 | ||
96 | <!-- Data to copy in, usually Glade/UI files, images, sounds files | 96 | <!-- Data to copy in, usually Glade/UI files, images, sounds files |
97 | etc. The destination inside the bundle can be specified if the | 97 | etc. The destination inside the bundle can be specified if the |