Author: dpage Date: 2005-10-14 23:35:58 +0100 (Fri, 14 Oct 2005) New Revision: 4547
Modified: trunk/pgadmin3/pkg/mac/debug-bundle.sh Log: Include a symlink to the i18n directory in the debug bundle. Modified: trunk/pgadmin3/pkg/mac/debug-bundle.sh =================================================================== --- trunk/pgadmin3/pkg/mac/debug-bundle.sh 2005-10-14 14:33:20 UTC (rev 4546) +++ trunk/pgadmin3/pkg/mac/debug-bundle.sh 2005-10-14 22:35:58 UTC (rev 4547) @@ -16,4 +16,5 @@ (cd "$bundle_name.app/Contents/MacOS" && ln -s ../../../src/pgadmin3 "$bundle_name") && (cd "$bundle_name.app/Contents/Resources" && ln -s "../../../pkg/mac/pgAdmin3.icns" "$bundle_name.icns") && (cd "$bundle_name.app/Contents/SharedSupport" && ln -s ../../../src/ui ui) && -(cd "$bundle_name.app/Contents/SharedSupport" && ln -s ../../../docs docs) +(cd "$bundle_name.app/Contents/SharedSupport" && ln -s ../../../docs docs) && +(cd "$bundle_name.app/Contents/SharedSupport" && ln -s ../../../i18n i18n) ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster
