File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ PATH %PATH%;%DEPENDENCIES_BIN_DIR%\libintl\lib;%DEPENDENCIES_BIN_DIR%\iconv\lib
101
101
%PERL_EXE% install.pl %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql || GOTO :ERROR
102
102
103
103
REM remove test_* extensions after install
104
- rm -rf %BUILD_DIR% \ distr_%ARCH% _%PGVER% \ postgresql\ share\ extension\ test_* || GOTO :ERROR
105
- rm -rf %BUILD_DIR% \ distr_%ARCH% _%PGVER% \ postgresql\ lib\ test_* || GOTO :ERROR
104
+ rm -rf %BUILD_UDIR% / distr_%ARCH% _%PGVER% / postgresql/ share/ extension/ test_* || GOTO :ERROR
105
+ rm -rf %BUILD_UDIR% / distr_%ARCH% _%PGVER% / postgresql/ lib/ test_* || GOTO :ERROR
106
106
107
107
rem now actually copy DLLs of dependencies into our bindir
108
108
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