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

Skip to content

Commit b3c8fa8

Browse files
committed
Added copying of buildinfo.txt into installable tree
1 parent ef5854f commit b3c8fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/helpers/postgres.cmd

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ rem We need ICONV and LibIntl DLLS available during install for ZIC to work
9595
rem no need to copy them, just add to PATH
9696
PATH %PATH%;%DEPENDENCIES_BIN_DIR%\libintl\lib;%DEPENDENCIES_BIN_DIR%\iconv\lib
9797
%PERL_EXE% install.pl %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql || GOTO :ERROR
98+
IF EXIST ..\..\..\doc\buildinfo.txt COPY ..\..\..\doc\buildinfo.txt %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\doc
9899
rem now actually copy DLLs of dependencies into our bindir
99100
cp -va %DEPENDENCIES_BIN_DIR%/libintl/lib/*.dll %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin || GOTO :ERROR
100101
cp -va %DEPENDENCIES_BIN_DIR%/libintl/lib/*.lib %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\lib || GOTO :ERROR

0 commit comments

Comments
 (0)