Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be0b71b

Browse files
committed
Fixed some strings
1 parent 09f67aa commit be0b71b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build/helpers/postgres.cmd

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ wget --no-check-certificate %PGURL% -O postgresql-%PGVER%.tar.bz2 || GOTO :ERROR
3636
rm -rf %BUILD_DIR%\postgresql
3737
MKDIR %BUILD_DIR%\postgresql
3838
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
4140
:NOTAR
4241
IF %ONE_C% == YES (
4342
IF %HAVE_PGURL% == 1 SET PGTARNAME=postgrespro-1c
@@ -115,9 +114,9 @@ CD %BUILD_DIR%\postgresql\*%PGVER%*\src\tools\msvc
115114

116115
REM xcopy /Y %DEPENDENCIES_BIN_DIR%\libintl\lib\*.dll %BUILD_DIR%\postgresql\*%PGVER%*\ || GOTO :ERROR
117116
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
121120

122121
%PERL_EXE% install.pl %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql || GOTO :ERROR
123122
cp -va %DEPENDENCIES_BIN_DIR%/libintl/lib/*.dll %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin || GOTO :ERROR

0 commit comments

Comments
 (0)