File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ cp -va %DEPENDENCIES_BIN_DIR%/openssl/lib/VC/*eay32.lib %BUILD_DIR%\distr_%ARCH%
179
179
cp -va %DEPENDENCIES_BIN_DIR% /zlib/lib/zdll.lib %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib || GOTO :ERROR
180
180
cp -va %DEPENDENCIES_BIN_DIR% /uuid/lib/uuid.lib %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib || GOTO :ERROR
181
181
182
- cp -va %BUILD_DIR% /postgresql/*%PGVER% */Release/libpgfeutils/libpgfeutils.lib %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib || GOTO : ERROR
182
+ cp -va %BUILD_DIR% /postgresql/*%PGVER% */Release/libpgfeutils/libpgfeutils.lib %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib
183
183
184
184
rem Copy msys shell and sed
185
185
CD /D %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\bin
Original file line number Diff line number Diff line change 31
31
./share/timezonesets/*
32
32
./share/timezone/*
33
33
./share/tsearch_data/*
34
+ ./bin/droplang.*
35
+ ./bin/mv.*
36
+ ./bin/pg_receivexlog.*
37
+ ./bin/pg_resetxlog.*
38
+ ./bin/pg_xlogdump.*
39
+ ./bin/pgpro_upgrade
40
+ ./bin/sed.*
41
+ ./bin/sh.*
42
+ ./bin/createlang.*
43
+ ./share/pgpro-upgrade/*.*
44
+
You can’t perform that action at this time.
0 commit comments