Rev 72: Install the .mo files to the right location now that they are being built. in http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk

John Arbash Meinel john at arbash-meinel.com
Fri Jan 22 17:26:24 GMT 2010


At http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk

------------------------------------------------------------
revno: 72
revision-id: john at arbash-meinel.com-20100122172548-gwiq3gwfapm706bt
parent: john at arbash-meinel.com-20100121200736-0vc2mzjdvgg0cpuc
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Fri 2010-01-22 11:25:48 -0600
message:
  Install the .mo files to the right location now that they are being built.
-------------- next part --------------
=== modified file 'tools/win32/bzr.iss.cog'
--- a/tools/win32/bzr.iss.cog	2010-01-19 06:40:04 +0000
+++ b/tools/win32/bzr.iss.cog	2010-01-22 17:25:48 +0000
@@ -109,7 +109,7 @@
 ;     cog.outl('Source: "tbzrshellext_x64.dll"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete; Components: tortoise; Check: IsWin64;')
 ;
 ;     cog.outl('Source: "%s\\doc\\*.html"; DestDir: "{app}\\doc\\tbzr"; Flags: ignoreversion; Components: tortoise' % os.environ['TBZR'])
-;     cog.outl('Source: "%s\\locale\\*.mo"; DestDir: "{app}\\doc\\tbzr"; Flags: createallsubdirs ignoreversion recursesubdirs; Components: tortoise' % os.environ['TBZR'])
+;     cog.outl('Source: "%s\\locale\\*.mo"; DestDir: "{app}\\locale"; Flags: createallsubdirs ignoreversion recursesubdirs; Components: tortoise' % os.environ['TBZR'])
 ; ]]]
 ; [[[end]]]
 



More information about the bazaar-commits mailing list