Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc0b9e7 + 0a8a8e8 commit 8ddc1edCopy full SHA for 8ddc1ed
build/helpers/postgres.cmd
@@ -132,7 +132,7 @@ if "%PRODUCT_NAME%" == "PostgresProEnterprise" (
132
if not EXIST pg_repack-%PG_REPACK_VER%.tar.bz2 (
133
%WGET% %PG_REPACK_URL% || goto :ERROR
134
)
135
- tar -cf pg_repack-%PG_REPACK_VER%.tar.bz2 -C %BUILD_UDIR%\postgresql || goto :ERROR
+ tar xf pg_repack*.tar.bz2 -C %BUILD_UDIR%/postgresql|| goto :ERROR
136
CD /D %BUILD_DIR%\postgresql
137
CD pg_repack-%PG_REPACK_VER%
138
perl win32build.pl %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql
0 commit comments