File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ MKDIR %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSIO
22
22
CD /D %BUILD_DIR% \pg_probackup\pg_probackup-%PG_MAJOR_VERSION% -%PROBACKUP_VERSION% || GOTO :ERROR
23
23
24
24
wget --no-check-certificate %PROBACKUP_URL% -O %DOWNLOADS_DIR% \pg_probackup-%PROBACKUP_VERSION% .tar.bz2 || GOTO :ERROR
25
+ CD /D %DOWNLOADS_DIR% || GOTO :ERROR
26
+ tar xf pg_probackup-%PROBACKUP_VERSION% .tar.bz2 -C %BUILD_UDIR% /pg_probackup || GOTO :ERROR
25
27
26
- tar xf %DOWNLOADS_DIR% \pg_probackup-%PROBACKUP_VERSION% .tar.bz2 -C %BUILD_UDIR% /pg_probackup || GOTO :ERROR
27
28
CD /D %BUILD_DIR% \pg_probackup\*%PROBACKUP_VERSION% * || GOTO :ERROR
28
29
29
30
gen_probackup_project.pl %BUILD_DIR% \postgresql\postgresql-%PG_MAJOR_VERSION%
You can’t perform that action at this time.
0 commit comments