From ae4aeb5dabc6fa2c8905fd168f8c4300cb145434 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 14 Apr 2008 10:52:03 +0000 Subject: [PATCH] fix path in setup_osx.py file. fixes #3830 --- setup_osx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_osx.py b/setup_osx.py index 748c07ffb..034b24d52 100644 --- a/setup_osx.py +++ b/setup_osx.py @@ -143,7 +143,7 @@ def finishApp(): # setup gajim dirs copytree("build/inst/share/gajim/data", APP_RS + "/data") copy("data/pixmaps/gajim.icns", APP_RS + "/data/pixmaps") - copytree("build/inst/locale", APP_RS + "/locale") + copytree("build/inst/share/locale", APP_RS + "/locale") copytree("build/inst/share/man", APP_RS + "/man") force(lambda:unlink("dist/Gajim.app/Contents/data")) symlink("Resources/data", "dist/Gajim.app/Contents/data")