Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe0b71b

Browse files
committed
Fixed some strings
1 parent09f67aa commitbe0b71b

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%==1SETPGTARNAME=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+
remcp -va %DEPENDENCIES_BIN_DIR%/libintl/lib/libintl.dll%BUILD_DIR%\postgresql\%PGTARNAME%-%PGVER%\|| GOTO :ERROR
118+
remcp -va %DEPENDENCIES_BIN_DIR%/iconv/lib/libiconv.dll %BUILD_DIR%\postgresql\%PGTARNAME%-%PGVER%\|| GOTO :ERROR
119+
remcp -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)

[8]ページ先頭

©2009-2025 Movatter.jp