Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ddc1ed

Browse files
committed
fix path in tar command
2 parents fc0b9e7 + 0a8a8e8 commit 8ddc1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/helpers/postgres.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if "%PRODUCT_NAME%" == "PostgresProEnterprise" (
132132
if not EXIST pg_repack-%PG_REPACK_VER%.tar.bz2 (
133133
%WGET% %PG_REPACK_URL% || goto :ERROR
134134
)
135-
tar -cf pg_repack-%PG_REPACK_VER%.tar.bz2 -C %BUILD_UDIR%\postgresql || goto :ERROR
135+
tar xf pg_repack*.tar.bz2 -C %BUILD_UDIR%/postgresql|| goto :ERROR
136136
CD /D %BUILD_DIR%\postgresql
137137
CD pg_repack-%PG_REPACK_VER%
138138
perl win32build.pl %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql

0 commit comments

Comments
 (0)