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 @@ -102,8 +102,8 @@ PATH %PATH%;%DEPENDENCIES_BIN_DIR%\libintl\lib;%DEPENDENCIES_BIN_DIR%\iconv\lib
102
102
%PERL_EXE% install.pl %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql || GOTO :ERROR
103
103
104
104
REM remove test_* extensions after install
105
- rm -rf %BUILD_DIR% \ distr_%ARCH% _%PGVER% \ postgresql\ share\ extension\ test_* || GOTO :ERROR
106
- rm -rf %BUILD_DIR% \ distr_%ARCH% _%PGVER% \ postgresql\ lib\ test_* || GOTO :ERROR
105
+ rm -rf %BUILD_UDIR% / distr_%ARCH% _%PGVER% / postgresql/ share/ extension/ test_* || GOTO :ERROR
106
+ rm -rf %BUILD_UDIR% / distr_%ARCH% _%PGVER% / postgresql/ lib/ test_* || GOTO :ERROR
107
107
108
108
IF EXIST ..\..\..\doc\buildinfo.txt COPY ..\..\..\doc\buildinfo.txt %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\doc
109
109
rem now actually copy DLLs of dependencies into our bindir
You can’t perform that action at this time.
0 commit comments