Index: pgadmin/pgAdmin3.cpp =================================================================== --- pgadmin/pgAdmin3.cpp (revision 6520) +++ pgadmin/pgAdmin3.cpp (working copy) @@ -70,7 +70,7 @@ #define I18N_DIR wxT("/i18n") #define BRANDING_DIR wxT("/branding") -#define HELPER_DIR wxT("/helper") +#define HELPER_DIR wxT("") // Globals frmMain *winMain=0; Index: pkg/mac/Makefile.am =================================================================== --- pkg/mac/Makefile.am (revision 6520) +++ pkg/mac/Makefile.am (working copy) @@ -28,8 +28,8 @@ $(install_sh_DATA) "sql.icns" "$(bundledir)/Contents/Resources/sql.icns" $$($(WX_CONFIG) --rescomp | sed 's/-t[[:space:]]*APPL//') \ "$(bundledir)/Contents/Resources/pgAdmin3.rsrc" -useDF - $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_dump" "$(bundledir)/Contents/SharedSupport/helper/pg_dump" - $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_dumpall" "$(bundledir)/Contents/SharedSupport/helper/pg_dumpall" - $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_restore" "$(bundledir)/Contents/SharedSupport/helper/pg_restore" + $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_dump" "$(bundledir)/Contents/SharedSupport/pg_dump" + $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_dumpall" "$(bundledir)/Contents/SharedSupport/pg_dumpall" + $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_restore" "$(bundledir)/Contents/SharedSupport/pg_restore" ./complete-bundle.sh "$(bundledir)" endif