File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ wget --no-check-certificate %PGURL% -O postgresql-%PGVER%.tar.bz2 || GOTO :ERROR
36
36
rm -rf %BUILD_DIR% \postgresql
37
37
MKDIR %BUILD_DIR% \postgresql
38
38
tar xf postgresql-%PGVER% .tar.bz2 -C %BUILD_UDIR% /postgresql
39
- CD /D %BUILD_DIR% \postgresql\*%PGVER% *
40
-
39
+ CD /D %BUILD_DIR% \postgresql\*%PGVER% * || GOTO :ERROR
41
40
:NOTAR
42
41
IF %ONE_C% == YES (
43
42
IF %HAVE_PGURL% == 1 SET PGTARNAME = postgrespro-1c
@@ -115,9 +114,9 @@ CD %BUILD_DIR%\postgresql\*%PGVER%*\src\tools\msvc
115
114
116
115
REM xcopy /Y %DEPENDENCIES_BIN_DIR%\libintl\lib\*.dll %BUILD_DIR%\postgresql\*%PGVER%*\ || GOTO :ERROR
117
116
REM xcopy /Y %DEPENDENCIES_BIN_DIR%\iconv\lib\*.dll %BUILD_DIR%\postgresql\*%PGVER%*\ || GOTO :ERROR
118
- cp -va %DEPENDENCIES_BIN_DIR% /libintl/lib/libintl.dll %BUILD_DIR% \postgresql\%PGTARNAME% -%PGVER% \ || GOTO :ERROR
119
- cp -va %DEPENDENCIES_BIN_DIR% /iconv/lib/libiconv.dll %BUILD_DIR% \postgresql\%PGTARNAME% -%PGVER% \ || GOTO :ERROR
120
- cp -va %DEPENDENCIES_BIN_DIR% /iconv/lib/iconv.dll %BUILD_DIR% \postgresql\%PGTARNAME% -%PGVER% \ || GOTO :ERROR
117
+ rem cp -va %DEPENDENCIES_BIN_DIR%/libintl/lib/libintl.dll %BUILD_DIR%\postgresql\%PGTARNAME%-%PGVER%\ || GOTO :ERROR
118
+ rem cp -va %DEPENDENCIES_BIN_DIR%/iconv/lib/libiconv.dll %BUILD_DIR%\postgresql\%PGTARNAME%-%PGVER%\ || GOTO :ERROR
119
+ rem cp -va %DEPENDENCIES_BIN_DIR%/iconv/lib/iconv.dll %BUILD_DIR%\postgresql\%PGTARNAME%-%PGVER%\ || GOTO :ERROR
121
120
122
121
%PERL_EXE% install.pl %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql || GOTO :ERROR
123
122
cp -va %DEPENDENCIES_BIN_DIR% /libintl/lib/*.dll %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\bin || GOTO :ERROR
You can’t perform that action at this time.
0 commit comments